[PATCH] v9fs: v9fs_put_str fix
authorLatchesar Ionkov <lucho@ionkov.net>
Fri, 3 Feb 2006 11:04:18 +0000 (03:04 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 3 Feb 2006 16:32:06 +0000 (08:32 -0800)
commit05818a004a84951fd383694f3b35d89eb49fa308
treea9c18d8cbcd565ac5d1bf833af8d5161dbca18d3
parent93c615feffbcea4f09ecee154f46062f6041776e
[PATCH] v9fs: v9fs_put_str fix

v9fs_put_str used to store pointer to the source string, instead of the
cbuf copy.  This patch corrects it.

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