SUNRPC: Refactor rpc_sleep_on()
authorTrond Myklebust <trondmy@gmail.com>
Sun, 7 Apr 2019 17:58:47 +0000 (13:58 -0400)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Thu, 25 Apr 2019 18:18:12 +0000 (14:18 -0400)
commit87150aaed9e55d8b18a94aa2589aa4331429fce8
treef2798dbd3e09d27a0f6a00578eb6b3533d11c829
parent8ba6a92d0182091e0c2fa15c1a5b5458bac25fc3
SUNRPC: Refactor rpc_sleep_on()

rpc_sleep_on() does not need to set the task->tk_callback under the
queue lock, so move that out.
Also refactor the check for whether the task is active.

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
net/sunrpc/sched.c