diff --git a/devices/src/virtio/fs/passthrough.rs b/devices/src/virtio/fs/passthrough.rs index 419d466e68..6706272346 100644 --- a/devices/src/virtio/fs/passthrough.rs +++ b/devices/src/virtio/fs/passthrough.rs @@ -1738,7 +1738,7 @@ impl FileSystem for PassthroughFs { src, &offset_src, dst, - offset_dst, + &offset_dst, length, flags, )