SUNRPC: Remove the redundant XPRT_CONNECTION_CLOSE flag
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
This commit is contained in:
@@ -683,7 +683,6 @@ xprt_init_autodisconnect(unsigned long data)
|
||||
if (test_and_set_bit(XPRT_LOCKED, &xprt->state))
|
||||
goto out_abort;
|
||||
spin_unlock(&xprt->transport_lock);
|
||||
set_bit(XPRT_CONNECTION_CLOSE, &xprt->state);
|
||||
queue_work(rpciod_workqueue, &xprt->task_cleanup);
|
||||
return;
|
||||
out_abort:
|
||||
|
Reference in New Issue
Block a user