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)
commit3b50cc1c7f2170f2eb0fec040b6c3a8574026fce
treef80ec30c77c1865e2cdfb0e5bd46b1210694202c
parent5014831264b05be11090668ae2211e64a1765f7e
xprtrdma: Clean up synopsis of rpcrdma_req_create()

Commit 1769e6a816df ("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