Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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=32972



Reported-by: default avatarDamien Grassart <damien@grassart.com>
Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent f80da1e7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
}