commit | 868311b1ebc9b203bae0d6d1f012ea5cbdadca03 | [log] [tgz] |
---|---|---|
author | Alex Elder <elder@inktank.com> | Wed May 01 12:43:03 2013 -0500 |
committer | Alex Elder <elder@inktank.com> | Thu May 02 11:58:30 2013 -0500 |
tree | 972ef543d655be8729ced0e85641fa2f2660dd33 | |
parent | f907ad55967fec6bc6ec5ee84021070c49cf0bb1 [diff] |
rbd: allocate object requests with a slab allocator Create a slab cache to manage rbd_obj_request allocation. We aren't using a constructor, and we'll zero-fill object request structures when they're allocated. 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>