Patch for missing export for loop module

Gordon Chaffee (chaffee@cs.berkeley.edu)
Thu, 23 Jul 1998 02:00:58 -0700


Here is a small patch to fix a missing symbol in the loop device
when compiled as a module. The recent change to add support for
holes in the backing file seems to have caused this extra need.

- Gordon

--- linux-2.1.110-clean/kernel/ksyms.c Wed Jul 22 21:38:13 1998
+++ linux/kernel/ksyms.c Thu Jul 23 01:56:29 1998
@@ -148,6 +148,7 @@
EXPORT_SYMBOL(d_lookup);
EXPORT_SYMBOL(__mark_inode_dirty);
EXPORT_SYMBOL(init_private_file);
+EXPORT_SYMBOL(get_empty_filp);
EXPORT_SYMBOL(insert_file_free);
EXPORT_SYMBOL(check_disk_change);
EXPORT_SYMBOL(invalidate_buffers);

-
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