All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] add cleanup operation in handle/proxy backend
@ 2016-11-14 12:32 Li Qiang
  2016-11-14 16:53 ` Greg Kurz
  0 siblings, 1 reply; 2+ messages in thread
From: Li Qiang @ 2016-11-14 12:32 UTC (permalink / raw)
  To: groug, qemu-devel; +Cc: liqiang6-s, Li Qiang

From: Li Qiang <liq3ea@gmail.com>

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 cleanup operation for proxy backend driver

 fsdev/file-op-9p.h  |  1 +
 hw/9pfs/9p-handle.c |  8 ++++++++
 hw/9pfs/9p-proxy.c  | 10 ++++++++++
 hw/9pfs/9p.c        |  3 +++
 4 files changed, 22 insertions(+)

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PATCH 0/3] add cleanup operation in handle/proxy backend
  2016-11-14 12:32 [Qemu-devel] [PATCH 0/3] add cleanup operation in handle/proxy backend Li Qiang
@ 2016-11-14 16:53 ` Greg Kurz
  0 siblings, 0 replies; 2+ messages in thread
From: Greg Kurz @ 2016-11-14 16:53 UTC (permalink / raw)
  To: Li Qiang; +Cc: qemu-devel, liqiang6-s

Hi Li,

On Mon, 14 Nov 2016 07:32:55 -0500
Li Qiang <liq3ea@gmail.com> wrote:

> From: Li Qiang <liq3ea@gmail.com>
> 
> 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 cleanup operation for proxy backend driver
> 
>  fsdev/file-op-9p.h  |  1 +
>  hw/9pfs/9p-handle.c |  8 ++++++++
>  hw/9pfs/9p-proxy.c  | 10 ++++++++++
>  hw/9pfs/9p.c        |  3 +++
>  4 files changed, 22 insertions(+)
> 

The series ends up unthreaded again...

This is what we have in the cover (0/3):

Message-ID: <5829af05.84f4420a.a436f.4a62@mx.google.com>
X-Google-Original-Message-ID: <1479126778-125867-1-git-send-email-Qiang(liqiang6-s@360.cn)>

but the patches have:

In-Reply-To: <1479126778-125867-1-git-send-email-Qiang(liqiang6-s@360.cn)>
References: <1479126778-125867-1-git-send-email-Qiang(liqiang6-s@360.cn)>

A quick research seems to indicate that gmail rewrites message-id if it does
not follow the <user@domain> format, which is obviously the case here.

Please fix that before you post again.

Cheers.

--
Greg

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-11-14 16:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-14 12:32 [Qemu-devel] [PATCH 0/3] add cleanup operation in handle/proxy backend Li Qiang
2016-11-14 16:53 ` Greg Kurz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.