From: Chuck Lever Date: Thu, 4 Jun 2015 15:21:20 +0000 (-0400) Subject: svcrdma: Replace GFP_KERNEL in a loop with GFP_NOFAIL X-Git-Tag: omap-for-v4.3/legacy-v2-signed~112^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7e0b9a965a116341b4ef86ab98ea2843b218271;p=pandora-kernel.git 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 Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed