Whamcloud - gitweb
mke2fs.conf: add back missing uninit_bg feature flag
authorTheodore Ts'o <tytso@mit.edu>
Mon, 24 Oct 2016 18:15:43 +0000 (14:15 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 24 Oct 2016 18:15:43 +0000 (14:15 -0400)
commitd33e690fe7a6cbeb51349d9f2c7fb16a6ebec9c2
tree331e9e2767adc578589dc0ec3bef4bd5f2fab74d
parent025b828c9c43dac660902bf3a874c37fc3e1e450
mke2fs.conf: add back missing uninit_bg feature flag

Commit 0da058af9f88: "mke2fs.conf: don't enable metadata_csum by
default" removed metadata_csum without adding back the uninit_bg flag
--- which had the net result of causing file systems to take a long
time to mke2fs, since this caused all of the block group metadata to
be initialized.

Addresses-Google-Bug: 32342524

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/mke2fs.conf.in