]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: avoid ext4_error when mounting a fs with a single bg
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Tue, 6 Jan 2009 02:51:07 +0000 (21:51 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 6 Jan 2009 02:51:07 +0000 (21:51 -0500)
commit6620f6d151288c5c53fa933068df7069fa889ce3
treed40db2a54cb27db9dda80b0a47405a6ae19d0fc1
parent33f792bbfc23aaa4d25115336d4034bf8c46a4aa
ext4: avoid ext4_error when mounting a fs with a single bg

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>
Cc: stable@kernel.org
fs/ext4/super.c