Re: [PATCH 05/13] virtiofsd: Add a helper to stop all queues

2021-10-04 Thread Stefan Hajnoczi
On Thu, Sep 30, 2021 at 11:30:29AM -0400, Vivek Goyal wrote: > Use a helper to stop all the queues. Later in the patch series I am > planning to use this helper at one more place later in the patch series. > > Signed-off-by: Vivek Goyal > --- > tools/virtiofsd/fuse_virtio.c | 22

[PATCH 05/13] virtiofsd: Add a helper to stop all queues

2021-09-30 Thread Vivek Goyal
Use a helper to stop all the queues. Later in the patch series I am planning to use this helper at one more place later in the patch series. Signed-off-by: Vivek Goyal --- tools/virtiofsd/fuse_virtio.c | 22 +- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git