fuse add copy_file_range to direct io fops
authorMiklos Szeredi <mszeredi@redhat.com>
Thu, 24 Jan 2019 09:40:17 +0000 (10:40 +0100)
committerMiklos Szeredi <mszeredi@redhat.com>
Wed, 13 Feb 2019 12:15:14 +0000 (13:15 +0100)
commitd4136d60751a5f45f47f1c3a77f6e8bafa11be1f
treef11f219b9453d4efeaadd5867073fa69d1a4f4ed
parent3c3db095b68c5df901d837a01a69dcd2693f85f6
fuse add copy_file_range to direct io fops

Nothing preventing copy_file_range to work on files opened with
FOPEN_DIRECT_IO.

Fixes: 88bc7d5097a1 ("fuse: add support for copy_file_range()")
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
fs/fuse/file.c