OSDN Git Service

SUNRPC: Replace direct task wakeups from softirq context
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Wed, 1 May 2019 20:28:29 +0000 (16:28 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Sat, 6 Jul 2019 18:54:48 +0000 (14:54 -0400)
commit4f8943f8088348ec01456b075d44ad19dce3d698
tree0b98a774f2dc448da2631cf00cb4857c6c14601c
parent7e0a0e38fcfea47e74b0ff6da6266f00bcd2af43
SUNRPC: Replace direct task wakeups from softirq context

Replace the direct task wakeups from inside a softirq context with
wakeups from a process context.

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
include/linux/sunrpc/xprtsock.h
net/sunrpc/xprtsock.c