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

No differences found