net/9p: don't allow Tflush to be interrupted
authorJim Garlick <garlick@llnl.gov>
Wed, 1 Feb 2012 20:48:53 +0000 (12:48 -0800)
committerEric Van Hensbergen <ericvh@gmail.com>
Sun, 26 Feb 2012 20:27:21 +0000 (14:27 -0600)
When a signal is received while sending a Tflush, the client,
which has recursed into p9_client_rpc() while sending another request,
should wait for Rflush as long as the transport is still up.

Signed-off-by: Jim Garlick <garlick@llnl.gov>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>

No differences found