commit | a9e817425dc0baede8ebe5fbc9984a640257432b | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Fri Apr 24 16:11:18 2009 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri Apr 24 16:11:18 2009 -0400 |
tree | ff59f9cc8dcee908f58a136554323d8c8fbfcca8 | |
parent | 485c26ec70f823f2a9cf45982b724893e53a859e [diff] |
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>