On Tue, Jun 21, 2011 at 07:33:50PM -0700, Jiaying Zhang wrote: > ext4: free allocated and pre-allocated blocks when check_eofblocks_fl fails > > 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@xxxxxxxxxx> Thanks, added to the ext4 tree. I reformatted the commit description because its fill width was a bit too large. - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html