]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ext4: mark the blocks/inode bitmap beyond end of group as used
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Tue, 17 Feb 2009 15:32:34 +0000 (10:32 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 20 Feb 2009 22:40:27 +0000 (14:40 -0800)
commitf046a22218f439e98cc82ed14e0525e79a33a50c
tree187724e4e541fe5d9452188192aa6d06bf9233bb
parent183e6b97e1e17aac4de51aac720c52a436cc5012
ext4: mark the blocks/inode bitmap beyond end of group as used

(cherry picked from commit 648f5879f5892dddd3ba71cd0d285599f40f2512)

We need to mark the block/inode bitmap beyond the end of the group
with '1'.

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/ialloc.c
fs/ext4/mballoc.c
fs/ext4/resize.c