From: Theodore Ts'o Date: Mon, 27 Jun 2011 23:16:02 +0000 (-0400) Subject: ext4: move __ext4_check_blockref to block_validity.c X-Git-Tag: v3.1-rc1~90^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f7d1e77419050831a905353683807fa69a26625;p=pandora-kernel.git 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: "Theodore Ts'o" --- Reading git-diff-tree failed