-
- Downloads
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>
Showing
- include/net/9p/client.h 0 additions, 1 deletioninclude/net/9p/client.h
- net/9p/client.c 19 additions, 55 deletionsnet/9p/client.c
- net/9p/trans_fd.c 9 additions, 5 deletionsnet/9p/trans_fd.c
- net/9p/trans_rdma.c 1 addition, 0 deletionsnet/9p/trans_rdma.c
- net/9p/trans_virtio.c 1 addition, 0 deletionsnet/9p/trans_virtio.c
Loading
Please register or sign in to comment