Skip to content
Commit 4965fc38 authored by Ilya Dryomov's avatar Ilya Dryomov
Browse files

libceph: nuke ceph_kvfree()



Use kvfree() from linux/mm.h instead, which is identical.  Also fix the
ceph_buffer comment: we will allocate with kmalloc() up to 32k - the
value of PAGE_ALLOC_COSTLY_ORDER, but that really is just an
implementation detail so don't mention it at all.

Signed-off-by: default avatarIlya Dryomov <idryomov@redhat.com>
parent 9280be24
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment