net/9p: handle correctly interrupted 9P requests
authorLatchesar Ionkov <lucho@ionkov.net>
Sun, 5 Apr 2009 21:28:59 +0000 (16:28 -0500)
committerEric Van Hensbergen <ericvh@vTrogdor.(none)>
Sun, 5 Apr 2009 21:54:53 +0000 (16:54 -0500)
Currently the 9p code crashes when a operation is interrupted, i.e. for
example when the user presses ^C while reading from a file.

This patch fixes the code that is responsible for interruption and flushing
of 9P operations.

Signed-off-by: Latchesar Ionkov <lucho@ionkov.net>

No differences found