commit | c30dbb9cc7fc75ab1d0ee6fb084ba4684f7a665d | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Tue Oct 06 11:31:07 2009 -0700 |
committer | Sage Weil <sage@newdream.net> | Tue Oct 06 11:31:07 2009 -0700 |
tree | 7e702615046c0c866bb0229c731f86916c526115 | |
parent | de57606c23afded22202825b3db8a5d61859f198 [diff] |
ceph: ref counted buffer struct ceph_buffer is a simple ref-counted buffer. We transparently choose between kmalloc for small buffers and vmalloc for large ones. This is currently used only for allocating memory for xattr data. Signed-off-by: Sage Weil <sage@newdream.net>