diff --git a/src/fs/fuse.rs b/src/fs/fuse.rs index 15dd2e1db1..cf1d868644 100644 --- a/src/fs/fuse.rs +++ b/src/fs/fuse.rs @@ -549,7 +549,7 @@ impl Cmd { .0 // We don't need the offset of `data_header` inside the type (the second element of the tuple) .pad_to_align(), ), - 0, + len, ) as *mut UninitCmd) } } @@ -588,7 +588,7 @@ where .0 // We don't need the offset of `data_header` inside the type (the second element of the tuple) .pad_to_align(), ), - 0, + len, ) as *mut Rsp) } }