]> git.baikalelectronics.ru Git - kernel.git/commit
ext3: don't try to resize if there are no reserved gdt blocks left
authorJosef Bacik <jbacik@redhat.com>
Sun, 19 Oct 2008 03:27:55 +0000 (20:27 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 20 Oct 2008 15:52:37 +0000 (08:52 -0700)
commit15cbd45b0916605f95ea39a676226865080a3dca
tree8fba1c79ad44ad871684a3e1b1b638a8625d9495
parenta07242d21be78cd9285cdba568453337bc91ed1b
ext3: don't try to resize if there are no reserved gdt blocks left

When trying to resize a ext3 fs and you run out of reserved gdt blocks,
you get an error that doesn't actually tell you what went wrong, it just
says that the gdb it picked is not correct, which is the case since you
don't have any reserved gdt blocks left.  This patch adds a check to make
sure you have reserved gdt blocks to use, and if not prints out a more
relevant error.

Signed-off-by: Josef Bacik <jbacik@redhat.com>
Cc: <linux-ext4@vger.kernel.org>
Cc: Andreas Dilger <adilger@sun.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ext3/resize.c