1
0
Fork 0

ext4: fix data corruption regression by reverting commit 6de9843dab

Revert commit 6de9843dab, since it
caused a data corruption regression with BitTorrent downloads.  Thanks
to Damien for discovering and bisecting to find the problem commit.

https://bugzilla.kernel.org/show_bug.cgi?id=32972

Reported-by: Damien Grassart <damien@grassart.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
wifi-calibration
Theodore Ts'o 2011-04-10 22:30:07 -04:00
parent f80da1e70f
commit c820563602
1 changed files with 1 additions and 0 deletions

View File

@ -2502,6 +2502,7 @@ static int ext4_da_get_block_prep(struct inode *inode, sector_t iblock,
* for partial write.
*/
set_buffer_new(bh);
set_buffer_mapped(bh);
}
return 0;
}