Skip to content
Commit 1f7d1e77 authored by Theodore Ts'o's avatar Theodore Ts'o
Browse files

ext4: move __ext4_check_blockref to block_validity.c



In preparation for moving the indirect functions to a separate file,
move __ext4_check_blockref() to block_validity.c and rename it to
ext4_check_blockref() which is exported as globally visible function.

Also, rename the cpp macro ext4_check_inode_blockref() to
ext4_ind_check_inode(), to make it clear that it is only valid for use
with non-extent mapped inodes.

Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent 8bb2b247
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment