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, 25 Oct 2011 23:10:16 +0000 (16:10 -0700)
commitf0ed1b7cef1e801ef470efc501f9c663fe10cebd
tree93407439807c8c4324da108bcae39809f3584c2c
parentb61c27636fffbaf1980e675282777b9467254a40
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