-
- Downloads
[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>
Showing
- include/linux/mm.h 0 additions, 2 deletionsinclude/linux/mm.h
- include/linux/slab.h 0 additions, 2 deletionsinclude/linux/slab.h
- include/linux/vmalloc.h 0 additions, 2 deletionsinclude/linux/vmalloc.h
- mm/slab.c 1 addition, 2 deletionsmm/slab.c
- mm/swap.c 19 additions, 20 deletionsmm/swap.c
- mm/vmalloc.c 5 additions, 3 deletionsmm/vmalloc.c
Loading
Please register or sign in to comment