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

Sebastian Droege (sebastian.droege@gmx.de)
Thu, 23 May 2002 18:11:04 +0200


--=.D5uOyg8)22DjM4
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

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);

--=.D5uOyg8)22DjM4
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE87RSde9FFpVVDScsRAo0fAJ4gv4uuFzArwBa3yUsQD+H7JoO4lQCfYmZE
mXEwpF3aNdBuY+ZR2sAZQPw=
=RAek
-----END PGP SIGNATURE-----

--=.D5uOyg8)22DjM4--

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