libceph: don't complain on msgpool alloc failures
authorSage Weil <sage@newdream.net>
Tue, 9 Aug 2011 22:03:46 +0000 (15:03 -0700)
committerSage Weil <sage@newdream.net>
Tue, 25 Oct 2011 23:10:15 +0000 (16:10 -0700)
commitb61c27636fffbaf1980e675282777b9467254a40
treebd78cfefda4beb7e3de5fe97dd36fed3dbfa91c1
parentf6a2f5be07463ef532b9f4e3cb9e42ab9df85832
libceph: don't complain on msgpool alloc failures

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>
fs/ceph/caps.c
fs/ceph/mds_client.c
include/linux/ceph/messenger.h
net/ceph/messenger.c
net/ceph/mon_client.c
net/ceph/msgpool.c
net/ceph/osd_client.c