]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita70500568f1e2969b57a8991e836b519f6deada9
tree5f404f0f613067c414c9baa95ef3f0de753ea85b
parent12b17eebb1ba3c0d6f7d39831db383502dae09e0
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