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:
f6a2f5b
)
libceph: don't complain on msgpool alloc failures
author
Sage Weil
<sage@newdream.net>
Tue, 9 Aug 2011 22:03:46 +0000
(15:03 -0700)
committer
Sage Weil
<sage@newdream.net>
Tue, 25 Oct 2011 23:10:15 +0000
(16:10 -0700)
The pool allocation failures are masked by the pool; there is no need to
spam the console about them. (That's the whole point of having the pool
in the first place.)
Mark msg allocations whose failure is safely handled as such.
Signed-off-by: Sage Weil <sage@newdream.net>
No differences found