Whamcloud - gitweb
libext2fs: Fix FEATURE_RO_COMPAT_HUGE_FILE && !HUGE_FILE_FL
authorTheodore Ts'o <tytso@mit.edu>
Wed, 21 Oct 2009 05:46:58 +0000 (01:46 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 21 Oct 2009 05:46:58 +0000 (01:46 -0400)
commit5d10807070ae13a89c2a0cc217e30af6f061d60e
tree33e1029fbdf9ebb1eb7a9682596cf98cc59081eb
parentba5131f6d48eded504e84c2a8ffc8131df8a512e
libext2fs: Fix FEATURE_RO_COMPAT_HUGE_FILE && !HUGE_FILE_FL

If the RO compat HUGE_FILE feature flag is set, but the inode's
HUGE_FILE_FL flag is not set, we should still pay attention to the
high 32 bits of the i_blocks filed.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/ext2fs/i_block.c