[PATCH] Make filesystems etc. compile as modules again

Aki M Laukkanen (amlaukka@cc.helsinki.fi)
Thu, 24 Jun 1999 13:59:43 +0300 (EET DST)


This very small patch enables the filesystems to be built as modules
again (against 2.3.7+).

--- linux-2.3.8.bak/kernel/ksyms.c Wed Jun 23 12:00:00 1999
+++ linux/kernel/ksyms.c Wed Jun 23 12:00:00 1999
@@ -204,6 +204,7 @@
EXPORT_SYMBOL(block_read);
EXPORT_SYMBOL(block_write);
EXPORT_SYMBOL(block_fsync);
+EXPORT_SYMBOL(block_read_full_page);
EXPORT_SYMBOL(wait_for_request);
EXPORT_SYMBOL(blksize_size);
EXPORT_SYMBOL(hardsect_size);

-- 
D.

- 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/