summary refs log tree commit diff
path: root/devices
diff options
context:
space:
mode:
Diffstat (limited to 'devices')
-rw-r--r--devices/src/virtio/fs/passthrough.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/devices/src/virtio/fs/passthrough.rs b/devices/src/virtio/fs/passthrough.rs
index 419d466..6706272 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,
             )