ANDROID: fuse-bpf: Fix recursion in fuse_copy_file_range
fuse_copy_file_range would recurse if the input file was backed, but the
output file was not
Simply return EXDEV to signal to the vfs layer to try alternate routes
Bug: 414328228
Test: fuse_test (note causes identical recursion without the kernel fix)
Change-Id: I1b62bc69f57ce00639b283e1d9269e2a9468bd14
Signed-off-by:
Paul Lawrence <paullawrence@google.com>
Loading
Please sign in to comment