]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
e2fsck: Don't clear the LARGE_FILES feature flag
authorTheodore Ts'o <tytso@mit.edu>
Wed, 27 Feb 2008 05:00:30 +0000 (00:00 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 27 Feb 2008 05:00:30 +0000 (00:00 -0500)
commit77175ca20cbfd8d8f3473a060bdbcb7f18505d1f
tree5f098580ad54803afc860bce4ddb3b94f0ab0912
parent1f1ee1948525632736e8135d797db116d2a34c8d
e2fsck: Don't clear the LARGE_FILES feature flag

Stop clearing the EXT2_FEATURE_RO_COMPAT_LARGE_FILE flag automatically
if there are no large files in the filesystem.  It's been almost a
decade since there have been kernels that don't support this flag, and
e2fsck clears it quietly without telling the user why the filesystem
has been changed.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
e2fsck/pass2.c