Skip to content
Snippets Groups Projects
Commit c30dbb9c authored by Sage Weil's avatar Sage Weil
Browse files

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: default avatarSage Weil <sage@newdream.net>
parent de57606c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment