Whamcloud - gitweb
resize2fs: relocate inode table blocks if necessary when shrinking
authorTheodore Ts'o <tytso@mit.edu>
Tue, 1 Oct 2013 02:55:21 +0000 (22:55 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 1 Oct 2013 02:55:21 +0000 (22:55 -0400)
commite9736a3ba88b73e38fd56f5a7d1ee3b514cd713c
tree363a1fd18c9ddb032e11181dcc37738b588a2e30
parent2215293c7e85c88d2fbc06f9e9438fca9a25213c
resize2fs: relocate inode table blocks if necessary when shrinking

If the file system is being shrunk, and a block group's inode table
falls beyond the end of the inode table, we need to try to relocate
the inode table blocks.

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