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

2016-11-15 Thread Li Qiang
It is caused by the git config. remove the "From x" section in git [sendemail] will solve the message ID issue. 2016-11-15 18:16 GMT+08:00 Greg Kurz : > On Mon, 14 Nov 2016 21:13:50 -0500 > Li Qiang wrote: > > > Currently, the backend of VirtFS doesn't have a cleanup > > function. This will

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

2016-11-15 Thread Greg Kurz
On Mon, 14 Nov 2016 21:13:50 -0500 Li Qiang wrote: > 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 >

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

2016-11-14 Thread 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 driver 9pfs: add