Re: [PATCH 05/18] Maintain count of in flight requests for VQ_REQUEST queue

2019-09-06 Thread Stefan Hajnoczi
On Thu, Sep 05, 2019 at 03:48:46PM -0400, Vivek Goyal wrote: > As of now we maintain this count only for VQ_HIPRIO. Maintain it for > VQ_REQUEST as well so that later it can be used to drain VQ_REQUEST > queue. > > Signed-off-by: Vivek Goyal > --- > fs/fuse/virtio_fs.c | 4 > 1 file

[PATCH 05/18] Maintain count of in flight requests for VQ_REQUEST queue

2019-09-05 Thread Vivek Goyal
As of now we maintain this count only for VQ_HIPRIO. Maintain it for VQ_REQUEST as well so that later it can be used to drain VQ_REQUEST queue. Signed-off-by: Vivek Goyal --- fs/fuse/virtio_fs.c | 4 1 file changed, 4 insertions(+) diff --git a/fs/fuse/virtio_fs.c b/fs/fuse/virtio_fs.c