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
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
>
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