9e8dc6021a455f2de1a76601e8db2255c7 parent dcfc4f25461813e8a2dd43b052aa1e0be155742f author Trond Myklebust 1347398485 -0400 committer Trond Myklebust 1348862585 -0400 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