Whamcloud - gitweb
tune2fs: Enable uninit_bg to be set without requiring an fsck
authorTheodore Ts'o <tytso@mit.edu>
Wed, 19 May 2010 16:14:39 +0000 (12:14 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 19 May 2010 16:14:39 +0000 (12:14 -0400)
commit079ad63d59a0b4c9bc3242117ce9b3d97d9dd711
treebced8a8863b0152f77f3af3103b2c01f1c5516e3
parent3456728c604dd9741a82972a744f63ef18fb5440
tune2fs: Enable uninit_bg to be set without requiring an fsck

Allow the uninit_bg feature to be set without requiring an fsck.  The
first full fsck will require scanning all of the inode table blocks,
but subsequent fsck's will be fast.  This allows flexibility over
requiring a full fsck after setting this feature, which is what
tune2fs previously mandated.

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