commit | 05818a004a84951fd383694f3b35d89eb49fa308 | [log] [tgz] |
---|---|---|
author | Latchesar Ionkov <lucho@ionkov.net> | Fri Feb 03 03:04:18 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Feb 03 08:32:06 2006 -0800 |
tree | a9c18d8cbcd565ac5d1bf833af8d5161dbca18d3 | |
parent | 93c615feffbcea4f09ecee154f46062f6041776e [diff] |
[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>