From: Trond Myklebust Date: Tue, 11 Sep 2012 21:21:25 +0000 (-0400) Subject: SUNRPC: Get rid of the redundant xprt->shutdown bit field X-Git-Tag: v3.7-rc1~58^2~98 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d19751e7b9bd8a01d00372325439589886674f79;p=pandora-kernel.git 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 --- Reading git-diff-tree failed