commit | 0bd0e5932046401049502ee99529b984d7cd316e | [log] [tgz] |
---|---|---|
author | Andreas Dilger <adilger@whamcloud.com> | Fri Jul 08 17:54:57 2011 -0600 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri Jul 08 20:52:59 2011 -0400 |
tree | 734b27a534eaa38b85f9c133b4fc437ea5db8915 | |
parent | 81c6377d93106ccfae12b5b4f1953e97aa92b65e [diff] |
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>