]> bbs.cooldavid.org Git - net-next-2.6.git/commit
[PATCH] v9fs: Twalk memory leak
authorLatchesar Ionkov <lucho@ionkov.net>
Mon, 15 May 2006 16:44:18 +0000 (09:44 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 15 May 2006 18:20:56 +0000 (11:20 -0700)
commit343f1fe6f2e3fb4912db241e639b0721c2e14f2e
tree80f5c857ff7d4cd162c7d3fc0b23abc348de9559
parent3dc7b82ea7649356bf027fba50c16ca50cec31e2
[PATCH] v9fs: Twalk memory leak

v9fs leaks memory if the file server responds with Rerror to a Twalk
message.  The patch fixes the leak.

Signed-off-by: Latchesar Ionkov <lucho@ionkov.net>
Cc: Eric Van Hensbergen <ericvh@hera.kernel.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/9p/fcall.c