git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
742b11a
)
net/9p: handle correctly interrupted 9P requests
author
Latchesar Ionkov
<lucho@ionkov.net>
Sun, 5 Apr 2009 21:28:59 +0000
(16:28 -0500)
committer
Eric 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