Whamcloud - gitweb
tune2fs: Handle fs meta-data blocks during inode resize
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Thu, 6 Aug 2009 06:12:30 +0000 (11:42 +0530)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 20 Aug 2009 17:12:49 +0000 (13:12 -0400)
commit91fac97938f0ad8c9f0e2c75feec689ca12105e3
tree47d8348569e6506ec4dbecdaab2a0a0d542ef798
parenta9e5177be906eb9b22a67f7703e1fe10da231c49
tune2fs: Handle fs meta-data blocks during inode resize

With file system formated for RAID arrays we can have inode bitmap
and block bitmap after inode table. Make sure we move them around
properly when doing inode resize.

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/tune2fs.c