Skip to content
Commit d52f847a authored by Sage Weil's avatar Sage Weil
Browse files

ceph: rewrite msgpool using mempool_t



Since we don't need to maintain large pools of messages, we can just
use the standard mempool_t.  We maintain a msgpool 'wrapper' because we
need the mempool_t* in the alloc function, and mempool gives us only
pool_data.

Signed-off-by: default avatarSage Weil <sage@newdream.net>
parent 640ef79d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment