Whamcloud - gitweb
misc: use EXT2_I_SIZE() consistently to get size
authorAndreas Dilger <adilger@whamcloud.com>
Fri, 8 Jul 2011 23:54:57 +0000 (17:54 -0600)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 9 Jul 2011 00:52:59 +0000 (20:52 -0400)
commit0bd0e5932046401049502ee99529b984d7cd316e
tree734b27a534eaa38b85f9c133b4fc437ea5db8915
parent81c6377d93106ccfae12b5b4f1953e97aa92b65e
misc: use EXT2_I_SIZE() consistently to get size

Use the EXT2_I_SIZE() macro consistently to access the inode size.
The i_size/i_size_high combination is open coded in several places.

Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
debugfs/debugfs.c
debugfs/ls.c
debugfs/lsdel.c
e2fsck/message.c
e2fsck/pass1.c
e2fsck/pass2.c
e2fsck/super.c
lib/ext2fs/extent.c
lib/ext2fs/fileio.c