commit | e3d5d6380482b4a5e2e9d0d662f2ef6d56504aef | [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:31 2013 -0500 |
tree | d71655db3cb326d263e9be8b9837dcc7027d9dfd | |
parent | 78c2a44aae2950ecf0279590572b861288714946 [diff] |
libceph: allocate ceph messages with a slab allocator Create a slab cache to manage ceph_msg 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>