commit | 1c2a9dfe2107e81b9f0ee90845c687cf7ff84106 | [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:29 2013 -0500 |
tree | e3d81737000df3bc76ed51b46f2963df7a25f45c | |
parent | 30d1cff817808fca9801c743d2de4c61f3f38e15 [diff] |
rbd: allocate image requests with a slab allocator Create a slab cache to manage rbd_img_request allocation. Nothing too fancy at this point--we'll still initialize everything at allocation time (no constructor) 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>