From: Chuck Lever Date: Mon, 26 Jan 2015 22:11:47 +0000 (-0500) Subject: xprtrdma: Update the GFP flags used in xprt_rdma_allocate() X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~120^2~28^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0a1d50cd1e80652142af5cddcde500d06c71bdd;p=pandora-kernel.git xprtrdma: Update the GFP flags used in xprt_rdma_allocate() Reflect the more conservative approach used in the socket transport's version of this transport method. An RPC buffer allocation should avoid forcing not just FS activity, but any I/O. In particular, two recent changes missed updating xprtrdma: - Commit c6c8fe79a83e ("net, sunrpc: suppress allocation warning ...") - Commit a564b8f03986 ("nfs: enable swap on NFS") Signed-off-by: Chuck Lever Signed-off-by: Anna Schumaker --- Reading git-diff-tree failed