commit | c7fb3f0631b8d66b90e0642a95b948febb3f3cee | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Thu Jul 24 23:59:32 2014 -0400 |
committer | J. Bruce Fields <bfields@redhat.com> | Tue Jul 29 16:10:19 2014 -0400 |
tree | 799554628d9375a2d0f45925ac58984de07080f5 | |
parent | 0971374e2818eef6ebdbd7a37acf6ab7e98ac06c [diff] |
SUNRPC: svc_tcp_write_space: don't clear SOCK_NOSPACE prematurely If requests are queued in the socket inbuffer waiting for an svc_tcp_has_wspace() requirement to be satisfied, then we do not want to clear the SOCK_NOSPACE flag until we've satisfied that requirement. Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>