Re: [PATCH 09/18] virtiofs: Add an helper to start all the queues

2019-09-06 Thread Stefan Hajnoczi
On Thu, Sep 05, 2019 at 03:48:50PM -0400, Vivek Goyal wrote: > This just marks are the queues are connected and ready to accept the > request. > > Signed-off-by: Vivek Goyal > --- > fs/fuse/virtio_fs.c | 19 --- > 1 file changed, 16 insertions(+), 3 deletions(-) Reviewed-by:

[PATCH 09/18] virtiofs: Add an helper to start all the queues

2019-09-05 Thread Vivek Goyal
This just marks are the queues are connected and ready to accept the request. Signed-off-by: Vivek Goyal --- fs/fuse/virtio_fs.c | 19 --- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/fs/fuse/virtio_fs.c b/fs/fuse/virtio_fs.c index d5730a50b303..f2936daca39c