fs/ceph/buffer.c
0 → 100644
+34
−0
fs/ceph/buffer.h
0 → 100644
+55
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
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>