]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
libceph: nuke ceph_kvfree()
authorIlya Dryomov <idryomov@redhat.com>
Thu, 23 Oct 2014 12:32:57 +0000 (16:32 +0400)
committerYan, Zheng <zyan@redhat.com>
Mon, 27 Oct 2014 21:39:48 +0000 (14:39 -0700)
commit3c3637ee543d4ccf47d6f23b43baf266ca767476
treefff47b6d3e33f16a6155bc2cd182a6c842e02002
parentb92ff538505a6136e39ca425261213ebf905320c
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