commit | 81b36be4c56299ac4c4c786908cb117ad232b62e | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@inktank.com> | Wed May 01 12:43:04 2013 -0500 |
committer | Alex Elder <elder@inktank.com> | Thu May 02 11:58:36 2013 -0500 |
tree | f1b37087eabc44310bb1a82f4246f5ca0704ebb3 | |
parent | e3d5d6380482b4a5e2e9d0d662f2ef6d56504aef [diff] |
libceph: allocate ceph message data with a slab allocator Create a slab cache to manage ceph_msg_data structure allocation. This is part of: http://tracker.ceph.com/issues/3926 Signed-off-by: Alex Elder <elder@inktank.com> Reviewed-by: Josh Durgin <josh.durgin@inktank.com>