]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: trigger the lazy inode table initialization after resize
authorTheodore Ts'o <tytso@mit.edu>
Sun, 13 Jan 2013 13:41:45 +0000 (08:41 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 13 Jan 2013 13:41:45 +0000 (08:41 -0500)
commite53a80e9ad201960ff0f26fff282c987722b02fa
tree274a76ed1ddd6c19de793c762d04f6f1b6fc4da0
parent894284f8bf3be6a82f0bb157d0f2bcbdafc60796
ext4: trigger the lazy inode table initialization after resize

After we have finished extending the file system, we need to trigger a
the lazy inode table thread to zero out the inode tables.

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