]> git.baikalelectronics.ru Git - kernel.git/commit
SUNRPC: Set memalloc_nofs_save() on all rpciod/xprtiod jobs
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Mon, 18 Feb 2019 15:02:29 +0000 (10:02 -0500)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Wed, 20 Feb 2019 20:14:21 +0000 (15:14 -0500)
commitf981b42e4572af272ceddeb70fa29ec71832ea52
tree82eb1c7fa4acc00f7a6d2ce06dca07ac44666719
parenta1ffc4c5352d4f23e2a2941f7be91f165a2890fe
SUNRPC: Set memalloc_nofs_save() on all rpciod/xprtiod jobs

Set memalloc_nofs_save() on all the rpciod/xprtiod jobs so that we
ensure memory allocations for asynchronous rpc calls don't ever end
up recursing back to the NFS layer for memory reclaim.

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