ext4: set bg_itable_unused when resizing
authorTheodore Ts'o <tytso@mit.edu>
Wed, 12 Sep 2012 18:32:42 +0000 (14:32 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 12 Sep 2012 18:32:42 +0000 (14:32 -0400)
commit93f9052643409c13b3b5f76833865087351f55b8
tree5f404f0f613067c414c9baa95ef3f0de753ea85b
parent01f795f9e0d67adeccc61a8b20c28acb45fa5fd8
ext4: set bg_itable_unused when resizing

Set bg_itable_unused for file systems that have uninit_bg enabled.
This will speed up the first e2fsck run after the file system is
resized.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/resize.c