[PATCH] Make loop module loadable again.

Andi Kleen (ak@muc.de)
Tue, 29 Dec 1998 01:20:39 +0100


This patch is needed to make the loop module load again in 2.2.0pre.

-Andi

--- linux/kernel/ksyms.c.~1~ Tue Dec 29 00:29:01 1998
+++ linux/kernel/ksyms.c Tue Dec 29 01:18:28 1998
@@ -360,6 +360,7 @@
EXPORT_SYMBOL(__down);
EXPORT_SYMBOL(__down_interruptible);
EXPORT_SYMBOL(__up);
+EXPORT_SYMBOL(put_filp);

/* all busmice */
EXPORT_SYMBOL(add_mouse_randomness);

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