ext4: Ignore i_file_acl_high unless EXT4_FEATURE_INCOMPAT_64BIT is present
authorTheodore Ts'o <tytso@mit.edu>
Fri, 24 Apr 2009 20:11:18 +0000 (16:11 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 24 Apr 2009 20:11:18 +0000 (16:11 -0400)
commita9e817425dc0baede8ebe5fbc9984a640257432b
treeff59f9cc8dcee908f58a136554323d8c8fbfcca8
parent485c26ec70f823f2a9cf45982b724893e53a859e
ext4: Ignore i_file_acl_high unless EXT4_FEATURE_INCOMPAT_64BIT is present

Don't try to look at i_file_acl_high unless the INCOMPAT_64BIT feature
bit is set.  The field is normally zero, but older versions of e2fsck
didn't automatically check to make sure of this, so in the spirit of
"be liberal in what you accept", don't look at i_file_acl_high unless
we are using a 64-bit filesystem.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/inode.c