<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
From: Adrian Bunk &lt;bunk@stusta.de&gt;

I didn't find any possible modular usage in the kernel.

Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
---

 mm/swapfile.c |    2 --
 1 files changed, 2 deletions(-)

diff -puN mm/swapfile.c~mm-swapfilec-unexport-total_swap_pages mm/swapfile.c
--- 25/mm/swapfile.c~mm-swapfilec-unexport-total_swap_pages	2005-06-22 21:58:33.000000000 -0700
+++ 25-akpm/mm/swapfile.c	2005-06-22 21:58:33.000000000 -0700
@@ -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 ";
_
</pre></body></html>