ceph: ref counted buffer
authorSage Weil <sage@newdream.net>
Tue, 6 Oct 2009 18:31:07 +0000 (11:31 -0700)
committerSage Weil <sage@newdream.net>
Tue, 6 Oct 2009 18:31:07 +0000 (11:31 -0700)
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>

No differences found