Re: [PATCH 06/18] virtiofs: ->remove should not clean virtiofs fuse devices

2019-09-06 Thread Stefan Hajnoczi
On Thu, Sep 05, 2019 at 03:48:47PM -0400, Vivek Goyal wrote: > We maintain a fuse device per virt queue. This fuse devices are allocated > and installed during mount time and should be cleaned up when super block > is going away. Device removal should not clean it. Device removal should > stop queu

[PATCH 06/18] virtiofs: ->remove should not clean virtiofs fuse devices

2019-09-05 Thread Vivek Goyal
We maintain a fuse device per virt queue. This fuse devices are allocated and installed during mount time and should be cleaned up when super block is going away. Device removal should not clean it. Device removal should stop queues and virtuques can go away. Signed-off-by: Vivek Goyal --- fs/fu