commit | 92573369144f40397e8514440afdf59f24905b40 | [log] [tgz] |
---|---|---|
author | Ojaswin Mujoo <ojaswin@linux.ibm.com> | Wed Nov 01 22:08:10 2023 +0530 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Jan 04 23:28:47 2024 -0500 |
tree | d0a4b5659a24155aec389248e65130368a330fca | |
parent | e89fdcc425b6feea4dfb33877e9256757905d763 [diff] |
ext4: treat end of range as exclusive in ext4_zero_range() The call to filemap_write_and_wait_range() assumes the range passed to be inclusive, so fix the call to make sure we follow that. Signed-off-by: Ojaswin Mujoo <ojaswin@linux.ibm.com> Reviewed-by: Jan Kara <jack@suse.cz> Link: https://lore.kernel.org/r/e503107a7c73a2b68dec645c5ad798c437717c45.1698856309.git.ojaswin@linux.ibm.com Signed-off-by: Theodore Ts'o <tytso@mit.edu>