commit | 47b8941774df6bc134efd6d6051af33391fa3078 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Tue Jan 31 14:05:45 2017 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Jan 31 14:05:45 2017 -0500 |
tree | 1e91745ba2efe351dc3f7c275e44ec70f6c65ac8 | |
parent | 05cecaf49b96ae0c684a4d4fc90c157bad2f2b35 [diff] |
e2fsck: make sure system.data xattr is present E2fsprogs used to assume that if i_size is less than 60 bytes, the system.data xattr isn't needed (and should be removed). The kernel disagree, and will declare the file system to be corrupted. Enforce the tighter constraints assumed by the kernel. Signed-off-by: Theodore Ts'o <tytso@mit.edu>