]> 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)
commit637feb1cb55167dc17029ec6d06e548d6d960a55
treef80ec30c77c1865e2cdfb0e5bd46b1210694202c
parent751da1b0b87da6d0212a925db5e2c780ca352adf
xprtrdma: Clean up synopsis of rpcrdma_req_create()

Commit c9fc9aa4beb4 ("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