SUNRPC: Get rid of the redundant xprt->shutdown bit field
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 11 Sep 2012 21:21:25 +0000 (17:21 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 28 Sep 2012 20:03:05 +0000 (16:03 -0400)
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>

No differences found