From: Jeff Layton Date: Wed, 16 May 2012 17:30:35 +0000 (-0400) Subject: sunrpc: suppress page allocation warnings in xprt_alloc_slot() X-Git-Tag: v3.5-rc1~52^2~45^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b34309936ed5c85cbe5868655814065f42c2f38;p=pandora-kernel.git sunrpc: suppress page allocation warnings in xprt_alloc_slot() It's easily possible for these allocations to fail since we're using GFP_NOWAIT here. We don't want to spam the logs with warnings about that though. Signed-off-by: Jeff Layton Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed