On Thu, Dec 17, 2015 at 10:49:00AM +0900, Daeho Jeong wrote: > Now, ext4_free_blocks() doesn't revoke data blocks of per-file data > journalled inode and it can cause file data inconsistency problems. > Even though data blocks of per-file data journalled inode are already > forgotten by jbd2_journal_invalidatepage() in advance of invoking > ext4_free_blocks(), we still need to revoke the data blocks here. > Moreover some of the metadata blocks, which are not found by > sb_find_get_block(), are still needed to be revoked, but this is also > missing here. > > Signed-off-by: Daeho Jeong <daeho.jeong@xxxxxxxxxxx> > Reviewed-by: Jan Kara <jack@xxxxxxx> Thanks, applied. Apologies for the delay. - 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