Whamcloud - gitweb
tune2fs: Remove support for clearing the SPARSE_SUPER feature
authorTheodore Ts'o <tytso@mit.edu>
Fri, 29 Feb 2008 02:26:01 +0000 (21:26 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 29 Feb 2008 02:26:01 +0000 (21:26 -0500)
commitff662d5dbf95f2e68eed6f6b6a4e10307a7d13bd
tree20b667aea873ac76dfadac7064e1be66404c8c71
parentbdd80f28d759cda94bab13af689d4aee0328dd7f
tune2fs: Remove support for clearing the SPARSE_SUPER feature

Clearing SPARSE_SUPER is dangerous; it can result in a filesystem
which e2fsck can't fix easily.  Since there is very few good reasons
for wanting to turn this feature off, disable tune2fs's abiity to do
this.  Users who really want this can use debugfs.

Also, deprecate the tune2fs -s option.  Remove it from the man page
and usage message.

Addresses-Sourceforge-Bug: #1840286

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
misc/tune2fs.8.in
misc/tune2fs.c