OSDN Git Service

SUNRPC: Fix an RPC/RDMA performance regression
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Thu, 28 Apr 2022 19:46:01 +0000 (15:46 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Sun, 10 Jul 2022 23:00:53 +0000 (19:00 -0400)
commit4b8dbdfbc5f650095a8e105998e7a84b4d212495
treeeeb7f7baef36824ffe17bfb6a571b84e2db72e83
parent32346491ddf24599decca06190ebca03ff9de7f8
SUNRPC: Fix an RPC/RDMA performance regression

Use the standard gfp mask instead of using GFP_NOWAIT. The latter causes
issues when under memory pressure.

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