Hi Miklos,
Here are few small cleanups for virtiofs for 5.5. I had received some
comments from Michael Tsirkin on original virtiofs patches and these
cleanups are result of these comments.
Thanks
Vivek
Vivek Goyal (3):
virtiofs: Use a common function to send forget
virtiofs: Do not send forget request "struct list_head" element
virtiofs: Use completions while waiting for queue to be drained
fs/fuse/virtio_fs.c | 204 ++++++++++++++++++++++----------------------
1 file changed, 103 insertions(+), 101 deletions(-)
--
2.20.1
On Wed, Oct 30, 2019 at 11:07:16AM -0400, Vivek Goyal wrote:
> Hi Miklos,
>
> Here are few small cleanups for virtiofs for 5.5. I had received some
> comments from Michael Tsirkin on original virtiofs patches and these
> cleanups are result of these comments.
>
> Thanks
> Vivek
>
> Vivek Goyal (3):
> virtiofs: Use a common function to send forget
> virtiofs: Do not send forget request "struct list_head" element
> virtiofs: Use completions while waiting for queue to be drained
>
> fs/fuse/virtio_fs.c | 204 ++++++++++++++++++++++----------------------
> 1 file changed, 103 insertions(+), 101 deletions(-)
>
> --
> 2.20.1
>
There are typos in the commit descriptions but the code looks fine:
Reviewed-by: Stefan Hajnoczi <[email protected]>