Commit c8205636 authored by Theodore Ts'o's avatar Theodore Ts'o

ext4: fix data corruption regression by reverting commit 6de9843d

Revert commit 6de9843d, 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=32972Reported-by: default avatarDamien Grassart <damien@grassart.com>
Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent f80da1e7
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment