commit | f907ad55967fec6bc6ec5ee84021070c49cf0bb1 | [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 | 1b153aa4ba83f9ecaf890e2cc90204aafd6c2d29 | |
parent | 1c2a9dfe2107e81b9f0ee90845c687cf7ff84106 [diff] |
rbd: allocate name separate from obj_request The next patch will define a slab allocator for a object requests. To use that we'll need to allocate the name of an object separate from the request structure itself. Signed-off-by: Alex Elder <elder@inktank.com> Reviewed-by: Josh Durgin <josh.durgin@inktank.com>