SUNRPC: Fix a race in xs_tcp_state_change()
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 6 Nov 2007 15:18:36 +0000 (10:18 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 30 Jan 2008 07:05:24 +0000 (02:05 -0500)
When scheduling the autoclose RPC call, we want to ensure that we don't
race against the test_bit() call in xprt_clear_locked().

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>

No differences found