]> git.baikalelectronics.ru Git - kernel.git/commit
xprtrdma: Clean up synopsis of rpcrdma_req_create()
authorChuck Lever <chuck.lever@oracle.com>
Fri, 23 Sep 2022 13:06:11 +0000 (09:06 -0400)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Wed, 5 Oct 2022 19:47:16 +0000 (15:47 -0400)
commitfb7f0324eccc17a71bebb9a05a18ea640c686963
treef80ec30c77c1865e2cdfb0e5bd46b1210694202c
parent477b0e9748079e7dc33f0162543438b9a105973f
xprtrdma: Clean up synopsis of rpcrdma_req_create()

Commit 392762d95043 ("xprtrdma: Clean up rpcrdma_create_req()")
added rpcrdma_req_create() with a GFP flags argument in case a
caller might want to avoid waiting for memory.

There has never been a caller that does not pass GFP_KERNEL as
the third argument. That argument can therefore be eliminated.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
net/sunrpc/xprtrdma/backchannel.c
net/sunrpc/xprtrdma/verbs.c
net/sunrpc/xprtrdma/xprt_rdma.h