Re: [Qemu-devel] [PATCH 0/3] add cleanup operation in handle/proxy backend

2016-11-14 Thread Greg Kurz
Hi Li, On Mon, 14 Nov 2016 07:32:55 -0500 Li Qiang wrote: > From: Li Qiang > > Currently, the backend of VirtFS doesn't have a cleanup > function. This will leak some resources in handle and proxy > backend driver. This patchset addresses this issue. > > Li Qiang (3): > 9pfs: add cleanup op

[Qemu-devel] [PATCH 0/3] add cleanup operation in handle/proxy backend

2016-11-14 Thread Li Qiang
From: Li Qiang Currently, the backend of VirtFS doesn't have a cleanup function. This will leak some resources in handle and proxy backend driver. This patchset addresses this issue. Li Qiang (3): 9pfs: add cleanup operation in FileOperations 9pfs: add cleanup operation for handle backend dr