missing symbol in ksyms.c in 2.1.110

toddroy@softhome.net
Wed, 22 Jul 1998 14:03:02 -0400 (EDT)


Adding this line in ksyms.c allows drivers/block/loop.c to
load as a module.

diff -u linux/kernel/ksyms.c~ linux/kernel/ksyms.c
--- linux/kernel/ksyms.c~ Tue Jul 21 07:17:47 1998
+++ linux/kernel/ksyms.c Wed Jul 22 13:51:44 1998
@@ -149,6 +149,7 @@
EXPORT_SYMBOL(__mark_inode_dirty);
EXPORT_SYMBOL(init_private_file);
EXPORT_SYMBOL(insert_file_free);
+EXPORT_SYMBOL(get_empty_filp);
EXPORT_SYMBOL(check_disk_change);
EXPORT_SYMBOL(invalidate_buffers);
EXPORT_SYMBOL(invalidate_inodes);

-
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.altern.org/andrebalsa/doc/lkml-faq.html