libceph: nuke ceph_kvfree()
authorIlya Dryomov <idryomov@redhat.com>
Thu, 23 Oct 2014 12:32:57 +0000 (16:32 +0400)
committerIlya Dryomov <idryomov@redhat.com>
Wed, 17 Dec 2014 17:09:50 +0000 (20:09 +0300)
commit4965fc38c460b274b2a1789e1165a25fb0409d7e
tree540d27c966a31b6e6f5a21bd44608e3edf3d1646
parent9280be24dc9c7aaee230de3ed33f8357386de9a2
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: Ilya Dryomov <idryomov@redhat.com>
include/linux/ceph/buffer.h
include/linux/ceph/libceph.h
net/ceph/buffer.c
net/ceph/ceph_common.c
net/ceph/messenger.c