git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f23eff
)
sunrpc: suppress page allocation warnings in xprt_alloc_slot()
author
Jeff Layton
<jlayton@redhat.com>
Wed, 16 May 2012 17:30:35 +0000
(13:30 -0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Wed, 16 May 2012 17:37:14 +0000
(10:37 -0700)
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 <jlayton@redhat.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
No differences found