[PATCH] mm/swapfile.c: unexport total_swap_pages
I didn't find any possible modular usage in the kernel. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
1b09d16489
commit
e2de225710
|
@ -36,8 +36,6 @@ unsigned int nr_swapfiles;
|
|||
long total_swap_pages;
|
||||
static int swap_overflow;
|
||||
|
||||
EXPORT_SYMBOL(total_swap_pages);
|
||||
|
||||
static const char Bad_file[] = "Bad swap file entry ";
|
||||
static const char Unused_file[] = "Unused swap file entry ";
|
||||
static const char Bad_offset[] = "Bad swap offset entry ";
|
||||
|
|
Loading…
Reference in New Issue