Files
linux/fs/fuse
Miklos Szeredi 2c4656dfd9 fuse: fix copy_file_range cache issues
a) Dirty cache needs to be written back not just in the writeback_cache
case, since the dirty pages may come from memory maps.

b) The fuse_writeback_range() helper takes an inclusive interval, so the
end position needs to be pos+len-1 instead of pos+len.

Fixes: 88bc7d5097 ("fuse: add support for copy_file_range()")
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
2020-05-20 11:39:35 +02:00
..
2020-02-06 16:39:28 +01:00
2020-05-19 14:50:37 +02:00
2020-05-20 11:39:35 +02:00
2020-05-19 14:50:38 +02:00
2019-11-27 09:35:20 +01:00