SUNRPC: Run rpc timeout functions as callbacks instead of in softirqs
[deliverable/linux.git] / fs / nfs / nfs4proc.c
index 54743396b66639f428aa84776d7fdd1d8b7a0093..bbb0d58ee6ac27714a143b6ae1cfefae29ab80b1 100644 (file)
@@ -2765,7 +2765,7 @@ nfs4_async_handle_error(struct rpc_task *task, const struct nfs_server *server)
                case -NFS4ERR_STALE_CLIENTID:
                case -NFS4ERR_STALE_STATEID:
                case -NFS4ERR_EXPIRED:
-                       rpc_sleep_on(&clp->cl_rpcwaitq, task, NULL, NULL);
+                       rpc_sleep_on(&clp->cl_rpcwaitq, task, NULL);
                        nfs4_schedule_state_recovery(clp);
                        if (test_bit(NFS4CLNT_STATE_RECOVER, &clp->cl_state) == 0)
                                rpc_wake_up_queued_task(&clp->cl_rpcwaitq, task);
This page took 0.034765 seconds and 5 git commands to generate.