commit | 8f3bc053c610826a657714649ea596f07875db2e | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Wed Oct 14 17:36:07 2009 -0700 |
committer | Sage Weil <sage@newdream.net> | Thu Oct 15 18:14:43 2009 -0700 |
tree | 97823cb2a202439bb9f9839e2d326ac95d728dd0 | |
parent | 07bd10fb9853a41a7f0bb271721cca97d15eccae [diff] |
ceph: warn on allocation from msgpool with larger front_len Pass the front_len we need when pulling a message off a msgpool, and WARN if it is greater than the pool's size. Then try to allocate a new message (to continue without failing). Signed-off-by: Sage Weil <sage@newdream.net>