]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ext4: avoid ext4_error when mounting a fs with a single bg
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Fri, 20 Feb 2009 22:40:23 +0000 (14:40 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 20 Feb 2009 22:40:23 +0000 (14:40 -0800)
commit5a7330c4bf35a4943e0ee0a1ad3373f8ce99654a
tree7d38c30265cee11e64984e4079ffb87b20ee34c2
parent902d8c85b82763d715cb67504aa593680fad1400
ext4: avoid ext4_error when mounting a fs with a single bg

(cherry picked from commit 565a9617b2151e21b22700e97a8b04e70e103153)

Remove some completely unneeded code which which caused an ext4_error
to be generated when mounting a file system with only a single block
group.

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/ext4/super.c