On Tue, Oct 27, 2020 at 02:27:51PM +0100, Jan Kara wrote: > Commit afb585a97f81 "ext4: data=journal: write-protect pages on > j_submit_inode_data_buffers()") added calls ext4_jbd2_inode_add_write() > to track inode ranges whose mappings need to get write-protected during > transaction commits. However the added calls use wrong start of a range > (0 instead of page offset) and so write protection is not necessarily > effective. Use correct range start to fix the problem. > > Fixes: afb585a97f81 ("ext4: data=journal: write-protect pages on j_submit_inode_data_buffers()") > Signed-off-by: Jan Kara <jack@xxxxxxx> Thanks, applied. - Ted