diff --git a/net/sunrpc/sched.c b/net/sunrpc/sched.c index dcbd69cb1cbd6ffafaa792718705c3d94a9b0710..b7b32c34c18de25d03f779f361fc50b7af670de8 100644 --- a/net/sunrpc/sched.c +++ b/net/sunrpc/sched.c @@ -790,7 +790,6 @@ static void __rpc_execute(struct rpc_task *task) task->tk_flags |= RPC_TASK_KILLED; rpc_exit(task, -ERESTARTSYS); } - rpc_set_running(task); dprintk("RPC: %5u sync task resuming\n", task->tk_pid); }