Am 07.05.2011 10:34, schrieb Stefan Hajnoczi:
On Fri, May 6, 2011 at 8:05 PM, Pedro Scarapicchia Junior
<pedrinho.re...@gmail.com> wrote:
At v9fs_walk_complete(), the memory allocated at v9fs_walk() is not being
released leading system to crash due out of memory.
This patch releases structure V9fsWalkState after v9fs_walk is complete.
Signed-off-by: Pedro Scarapicchia Junior
<pedro.scarapic...@br.flextronics.com>
---
hw/9pfs/virtio-9p.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
Thanks for this patch. I suggest CCing Venkateswararao Jujjuri (JV)
<jv...@linux.vnet.ibm.com>, the virtio-9p maintainer (see MAINTAINERS
file), on future patches so he can pick them up quickly.
Stefan
Releasing the memory in v9fs_walk() were it was allocated
would be cleaner and easier to review. Is this not possible?
Stefan W.