diff options
author | Vladimir Davydov <vdavydov@virtuozzo.com> | 2015-11-05 18:45:08 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-11-05 19:34:48 -0800 |
commit | c9a77a792003ce9d70df8937c8c87aee6e177149 (patch) | |
tree | 7ba05676fa36abb396cda876ab35e2f6edabc3b7 /mm/slab.h | |
parent | 8748dd5c98f7fe506ccb31a094833401ed120915 (diff) | |
download | linux-c9a77a792003ce9d70df8937c8c87aee6e177149.tar.gz linux-c9a77a792003ce9d70df8937c8c87aee6e177149.tar.bz2 linux-c9a77a792003ce9d70df8937c8c87aee6e177149.zip |
mm/slab_common.c: rename cache create/destroy helpers
do_kmem_cache_create(), do_kmem_cache_shutdown(), and
do_kmem_cache_release() sound awkward for static helper functions that are
not supposed to be used outside slab_common.c. Rename them to
create_cache(), shutdown_cache(), and release_caches(), respectively.
This patch is a pure cleanup and does not introduce any functional
changes.
Signed-off-by: Vladimir Davydov <vdavydov@virtuozzo.com>
Acked-by: Christoph Lameter <cl@linux.com>
Cc: Pekka Enberg <penberg@kernel.org>
Acked-by: David Rientjes <rientjes@google.com>
Cc: Joonsoo Kim <iamjoonsoo.kim@lge.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/slab.h')
0 files changed, 0 insertions, 0 deletions