[2.6 patch] mm/swapfile.c: unexport total_swap_pages

From: Adrian Bunk
Date: Thu Mar 24 2005 - 20:26:33 EST


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

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

---

This patch was already sent on:
- 6 Mar 2005

--- linux-2.6.11-mm1-full/mm/swapfile.c.old 2005-03-04 16:23:03.000000000 +0100
+++ linux-2.6.11-mm1-full/mm/swapfile.c 2005-03-04 16:23:18.000000000 +0100
@@ -37,8 +37,6 @@
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 ";

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/