diff options
author | Adrian Bunk <bunk@stusta.de> | 2005-11-07 01:01:41 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-07 07:54:07 -0800 |
commit | e2de225710b0f7480c29700bf93326b078657db8 (patch) | |
tree | d2c0ea62f9a5c0c8f262633af2d2e5a7745e651b /mm/swapfile.c | |
parent | 1b09d16489f831bfc23d1c7311ee331b0680e90e (diff) |
[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>
Diffstat (limited to 'mm/swapfile.c')
-rw-r--r-- | mm/swapfile.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mm/swapfile.c b/mm/swapfile.c index 8970c0b7419..edafeace301 100644 --- a/mm/swapfile.c +++ b/mm/swapfile.c @@ -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 "; |