[PATCH] v9fs: allocate the Rwalk qid array from the right conv buffer
authorLatchesar Ionkov <lucho@ionkov.net>
Fri, 23 Sep 2005 04:43:50 +0000 (21:43 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 23 Sep 2005 05:17:33 +0000 (22:17 -0700)
commit5b067676234715051cbde87083c36c8ea83f77b8
treee6552ebec3b3cc18fad03d7e60feef80a0abe19e
parentd06a8fb130085c9f61e4c1a40445163087ecf89f
[PATCH] v9fs: allocate the Rwalk qid array from the right conv buffer

When v9fs_deserealize_fcall deserializes a Rwalk message, it incorrectly
allocates space for the qid array in the source instead of the destination
buffer.

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