]> git.baikalelectronics.ru Git - kernel.git/commit
SUNRPC: Add cond_resched() at the appropriate point in __rpc_execute()
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Mon, 12 Jul 2021 13:57:08 +0000 (09:57 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Mon, 4 Oct 2021 00:49:05 +0000 (20:49 -0400)
commita44fa796d83aaafd8a3f9b1ef32ff29cf99e2633
tree299e8e5e98448e6872bf4ad6581b1e5bf08d5b1a
parent640fc7b603d8fbc2ad4917bb0af31684f34bedb5
SUNRPC: Add cond_resched() at the appropriate point in __rpc_execute()

Allow tasks that need to pre-empt rpciod/xprtiod to do so when it is
safe.

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