mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-06 05:02:31 +00:00
mm: unexport ksize
This patch removes the obsolete and no longer used exports of ksize. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
This commit is contained in:
parent
6e86841d05
commit
231367fd9b
@ -4472,4 +4472,3 @@ size_t ksize(const void *objp)
|
||||
|
||||
return obj_size(virt_to_cache(objp));
|
||||
}
|
||||
EXPORT_SYMBOL(ksize);
|
||||
|
@ -519,7 +519,6 @@ size_t ksize(const void *block)
|
||||
else
|
||||
return sp->page.private;
|
||||
}
|
||||
EXPORT_SYMBOL(ksize);
|
||||
|
||||
struct kmem_cache {
|
||||
unsigned int size, align;
|
||||
|
Loading…
Reference in New Issue
Block a user