SUNRPC: Remove redundant call to rpc_set_running() in __rpc_execute()
commit9ec2ef53b92fdbb1b5f24af000fc2ba0b18221ea
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 22 May 2013 22:52:18 +0000 (22 18:52 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 6 Jun 2013 20:24:40 +0000 (6 16:24 -0400)
tree72db80132d4c1aa235e4b3ea46efb11e9a82e1d3
parent74fe5f7c2a74d58a39a386bd511e50d1dfc0134c
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: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/sched.c