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)
commit7f5118629f74b82bd4ba5e47415d1b4dcb940241
tree274a76ed1ddd6c19de793c762d04f6f1b6fc4da0
parent15b49132fc972c63894592f218ea5a9a61b1a18f
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