Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9ec2ef53 authored by Trond Myklebust's avatar Trond Myklebust
Browse files

SUNRPC: Remove redundant call to rpc_set_running() in __rpc_execute()



The RPC_TASK_RUNNING flag will always have been set in rpc_make_runnable()
once we get past the test for out_of_line_wait_on_bit() returning
ERESTARTSYS.

Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent 74fe5f7c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);
	}