commit | 1bab88b2310998de18b32529a27ea835d164254a | [log] [tgz] |
---|---|---|
author | Latchesar Ionkov <lucho@ionkov.net> | Sun Apr 05 16:28:59 2009 -0500 |
committer | Eric Van Hensbergen <ericvh@vTrogdor.(none)> | Sun Apr 05 16:54:53 2009 -0500 |
tree | fed704a8b3b4ce93d8cd25462ccc9186dec84b7a | |
parent | 742b11a7ec60faa25d76c95c268041ab215c25ad [diff] |
net/9p: handle correctly interrupted 9P requests 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>