commit | a314f2748e76c866222a18e639c640d584d277fb | [log] [tgz] |
---|---|---|
author | Jim Garlick <garlick@llnl.gov> | Wed Feb 01 12:48:53 2012 -0800 |
committer | Eric Van Hensbergen <ericvh@gmail.com> | Sun Feb 26 14:27:21 2012 -0600 |
tree | c81f5c6cf3b509c48c1b599885b7f7359c31f74e | |
parent | 3c761ea05a8900a907f32b628611873f6bef24b2 [diff] |
net/9p: don't allow Tflush to be interrupted 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>