svcrdma: Replace GFP_KERNEL in a loop with GFP_NOFAIL
authorChuck Lever <chuck.lever@oracle.com>
Thu, 4 Jun 2015 15:21:20 +0000 (11:21 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Thu, 4 Jun 2015 20:56:00 +0000 (16:56 -0400)
commitb7e0b9a965a116341b4ef86ab98ea2843b218271
tree16853fa8f6d12ef335b7333daff8fc26fa4c4a3b
parent30b7e246a6222f1fbad39b1451273375306fe1e2
svcrdma: Replace GFP_KERNEL in a loop with GFP_NOFAIL

At the 2015 LSF/MM, it was requested that memory allocation
call sites that request GFP_KERNEL allocations in a loop should be
annotated with __GFP_NOFAIL.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
include/linux/sunrpc/svc_rdma.h
net/sunrpc/xprtrdma/svc_rdma_sendto.c
net/sunrpc/xprtrdma/svc_rdma_transport.c
This page took 0.027987 seconds and 5 git commands to generate.