commit | d19751e7b9bd8a01d00372325439589886674f79 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Sep 11 17:21:25 2012 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri Sep 28 16:03:05 2012 -0400 |
tree | 71ea849e8dc6021a455f2de1a76601e8db2255c7 | |
parent | dcfc4f25461813e8a2dd43b052aa1e0be155742f [diff] |
SUNRPC: Get rid of the redundant xprt->shutdown bit field It is only set after everyone has dereferenced the transport, and serves no useful purpose: setting it is racy, so all the socket code, etc still needs to be able to cope with the cases where they miss reading it. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>