From: Ilya Dryomov Date: Thu, 23 Oct 2014 12:32:57 +0000 (+0400) Subject: libceph: nuke ceph_kvfree() X-Git-Tag: omap-for-v3.20/drop-legacy-3517~44^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4965fc38c460b274b2a1789e1165a25fb0409d7e;p=pandora-kernel.git 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 --- Reading git-diff-tree failed