]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] v9fs: fix handling of malformed 9P messages
authorEric Van Hensbergen <ericvh@gmail.com>
Fri, 9 Sep 2005 20:04:28 +0000 (13:04 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 9 Sep 2005 20:57:58 +0000 (13:57 -0700)
commitdd6b9a429722b14a7352d356c3a5e4eff0bed433
treeba4a261d67eb3c4830fe307ea2b97b51f0bc6fdf
parent18a9788f1c673c988c4269c828b7d1bae39366a4
[PATCH] v9fs: fix handling of malformed 9P messages

This patch attempts to do a better job of cleaning up after detecting errors
on the transport.  This should also improve error reporting on broken
connections to servers.

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