]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit437c791a1ef25534f111eaa0cc08e72705137c40
treef2798dbd3e09d27a0f6a00578eb6b3533d11c829
parentdfa9026363a5702b51c056e72cf136489d608487
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