[2.4.17-cset1.656] patch to compile ext2 as module

From: Sebastian Droege (sebastian.droege@gmx.de)
Date: Thu May 23 2002 - 11:11:04 EST


Hi,
this trivial patch was necessary to compile ext2 as module (unresolved symbol write_mapping_buffers)... the problem exists since 2.5.16 I think

Bye

diff -Nur test/linux-2.5.17/kernel/ksyms.c linux-2.5.17/kernel/ksyms.c
--- test/linux-2.5.17/kernel/ksyms.c Thu May 23 17:51:37 2002
+++ linux-2.5.17/kernel/ksyms.c Thu May 23 17:59:39 2002
@@ -48,6 +48,7 @@
 #include <linux/seq_file.h>
 #include <linux/binfmts.h>
 #include <linux/namei.h>
+#include <linux/buffer_head.h>
 #include <asm/checksum.h>
 
 #if defined(CONFIG_PROC_FS)
@@ -594,3 +595,4 @@
 
 EXPORT_SYMBOL(tasklist_lock);
 EXPORT_SYMBOL(pidhash);
+EXPORT_SYMBOL(write_mapping_buffers);



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



This archive was generated by hypermail 2b29 : Thu May 23 2002 - 22:00:29 EST