Skip to content
Commit a9e81742 authored by Theodore Ts'o's avatar Theodore Ts'o
Browse files

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: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent 485c26ec
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment