]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit477e424e9fb08e7203a36fc33e001c767aaf6685
treee6552ebec3b3cc18fad03d7e60feef80a0abe19e
parent585ab02208c340916589333a2db5d3d34c0a004e
[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