commit | 5e3771ce2d6a69e10fcc870cdf226d121d868491 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Mar 11 14:38:01 2009 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Mar 11 14:38:01 2009 -0400 |
tree | 3c20ee45ae8b87621ae95cedb6b385bf0e6d7a2f | |
parent | 8a2cec295f4499cc9d4452e9b02d4ed071bb42d3 [diff] |
SUNRPC: Ensure that xs_nospace return values are propagated If xs_nospace() finds that the socket has disconnected, it attempts to return ENOTCONN, however that value is then squashed by the callers. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>