Whamcloud - gitweb
tune2fs: Make e2fsprogs handle ENOSPC better with inode resize
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Thu, 6 Aug 2009 06:12:29 +0000 (11:42 +0530)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 20 Aug 2009 17:12:49 +0000 (13:12 -0400)
commita9e5177be906eb9b22a67f7703e1fe10da231c49
tree4f8f639927a2fb52ba3acddfea080a419dc0a4cb
parentedc9e25634ceba533f9215b0fb2e56bbc0587326
tune2fs: Make e2fsprogs handle ENOSPC better with inode resize

This removes the metadata block bitmap and makes the error handling
simpler. It also check for the enospc with the correct number needed
blocks. Also added specific error messages. We need to run e2undo
only if we start modiyfing inode, group desc and inode table.

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