commit | 06a17bbe1d47fec6232505c355b367797f6a635c | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Tue Oct 27 09:39:04 2020 +0000 |
committer | David Howells <dhowells@redhat.com> | Tue Oct 27 22:05:56 2020 +0000 |
tree | ed4d1116d151955bd47556db38f86cb7bb751075 | |
parent | 3650b228f83adda7e5ee532e2b90429c03f7b9ec [diff] |
afs: Fix copy_file_range() The prevention of splice-write without explicit ops made the copy_file_write() syscall to an afs file (as done by the generic/112 xfstest) fail with EINVAL. Fix by using iter_file_splice_write() for afs. Fixes: 36e2c7421f02 ("fs: don't allow splice read/write without explicit ops") Signed-off-by: David Howells <dhowells@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de>