]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] mm/: make functions static
authorAdrian Bunk <bunk@stusta.de>
Tue, 26 Sep 2006 06:31:02 +0000 (23:31 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 26 Sep 2006 15:48:45 +0000 (08:48 -0700)
commitb264b55ccb7848e525125efd32993cb021dbe7e3
tree93f3317247d587fd011eb9d77cd73a49670d8d5f
parenteda714dfc8fd5bfe4b9db826072f1062232409b2
[PATCH] mm/: make functions static

This patch makes the following needlessly global functions static:
 - slab.c: kmem_find_general_cachep()
 - swap.c: __page_cache_release()
 - vmalloc.c: __vmalloc_node()

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/mm.h
include/linux/slab.h
include/linux/vmalloc.h
mm/slab.c
mm/swap.c
mm/vmalloc.c