]> git.karo-electronics.de Git - karo-tx-linux.git/commit
libceph: warn on msg allocation failures
authorSage Weil <sage@newdream.net>
Tue, 9 Aug 2011 22:05:07 +0000 (15:05 -0700)
committerSage Weil <sage@newdream.net>
Tue, 9 Aug 2011 22:27:43 +0000 (15:27 -0700)
commita0feec750e1664f17862c503a241dcb11823bc86
tree343ea99bcbf31aa8da3ec18f009304d69892ef25
parent956497b18af2cbfe535b356a0a34676d0a6a1f70
libceph: warn on msg allocation failures

Any non-masked msg allocation failure should generate a warning and stack
trace to the console.  All of these need to eventually be replaced by
safe preallocation or msgpools.

Signed-off-by: Sage Weil <sage@newdream.net>
net/ceph/messenger.c