Searched hist:"1 efcf39eb627573f8d543ea396cf36b0651b1e56" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/fuse/ |
H A D | virtio_fs.c | diff 1efcf39eb627573f8d543ea396cf36b0651b1e56 Wed Oct 30 10:07:18 CDT 2019 Vivek Goyal <vgoyal@redhat.com> virtiofs: Do not send forget request "struct list_head" element
We are sending whole of virtio_fs_forget struct to the other end over virtqueue. Other end does not need to see elements like "struct list". That's internal detail of guest kernel. Fix it.
Signed-off-by: Vivek Goyal <vgoyal@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
|