]> www.infradead.org Git - users/jedix/linux-maple.git/commit
svcrdma: Replace GFP_KERNEL in a loop with GFP_NOFAIL
authorChuck Lever <chuck.lever@oracle.com>
Mon, 31 Aug 2015 20:40:47 +0000 (14:40 -0600)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 31 Aug 2015 20:40:47 +0000 (14:40 -0600)
commit8cef8ebd611678a457b9bd791486fd4a02572b0c
tree87a83017543dbad8c1f2ba591ba82472eb5204af
parentb8975e02ccbbe9e11d19c03b71f1470a3a1762b9
svcrdma: Replace GFP_KERNEL in a loop with GFP_NOFAIL

[ Upstream commit b7e0b9a965a116341b4ef86ab98ea2843b218271 ]

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