ext4: free allocated and pre-allocated blocks when check_eofblocks_fl fails
authorJiaying Zhang <jiayingz@google.com>
Mon, 11 Jul 2011 00:07:25 +0000 (20:07 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 5 Aug 2011 04:58:39 +0000 (21:58 -0700)
commitfac04f94c7b94ef1c62490b176b77f2572086629
tree0ee08649e07d88699814c79db39286907ef9eab9
parent99cdf2a47f443985d956e02323331819898d99b7
ext4: free allocated and pre-allocated blocks when check_eofblocks_fl fails

commit 575a1d4bdfa2ea9fc10733013136145b497e1be0 upstream.

Upon corrupted inode or disk failures, we may fail after we already
allocate some blocks from the inode or take some blocks from the
inode's preallocation list, but before we successfully insert the
corresponding extent to the extent tree. In this case, we should free
any allocated blocks and discard the inode's preallocated blocks
because the entries in the inode's preallocation list may be in an
inconsistent state.

Signed-off-by: Jiaying Zhang <jiayingz@google.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
fs/ext4/extents.c