Home
last modified time | relevance | path

Searched hist:a9e817425dc0baede8ebe5fbc9984a640257432b (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/ext4/
H A Dinode.cdiff a9e817425dc0baede8ebe5fbc9984a640257432b Fri Apr 24 15:11:18 CDT 2009 Theodore Ts'o <tytso@mit.edu> 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>