* [PATCH] 2.5.35-vanilla compile error with NTFS - FIX
@ 2002-09-16 12:04 Marc-Christian Petersen
0 siblings, 0 replies; only message in thread
From: Marc-Christian Petersen @ 2002-09-16 12:04 UTC (permalink / raw)
To: linux-kernel; +Cc: Linus Torvalds
[-- Attachment #1: Type: text/plain, Size: 734 bytes --]
Hi Linus,
root@codeman:[/usr/src/linux-2.5.35] # make modules_install
...
if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.5.35; fi
depmod: *** Unresolved symbols in /lib/modules/2.5.35/kernel/fs/ntfs/ntfs.o
depmod: unmap_underlying_metadata
root@codeman:[/usr/src/linux-2.5.35] #
This also was true for 2.5.34.
...
CONFIG_NTFS_FS=m
# CONFIG_NTFS_DEBUG is not set
CONFIG_NTFS_RW=y
...
The attached patch fixes it. Please apply.
--
Kind regards
Marc-Christian Petersen
http://sourceforge.net/projects/wolk
PGP/GnuPG Key: 1024D/569DE2E3DB441A16
Fingerprint: 3469 0CF8 CA7E 0042 7824 080A 569D E2E3 DB44 1A16
Key available at www.keyserver.net. Encrypted e-mail preferred.
[-- Attachment #2: ntfs-module-build-unresolved-symbols-fix.patch --]
[-- Type: text/x-diff, Size: 392 bytes --]
diff -ruN linux-2.5.35-vanilla/fs/buffer.c linux-2.5.35-mcp1-fullkernel/fs/buffer.c
--- linux-2.5.35-vanilla/fs/buffer.c 2002-09-16 10:47:01.000000000 +0200
+++ linux-2.5.35-mcp1-fullkernel/fs/buffer.c 2002-09-16 13:54:24.000000000 +0200
@@ -1628,6 +1628,7 @@
__brelse(old_bh);
}
}
+EXPORT_SYMBOL(unmap_underlying_metadata);
/*
* NOTE! All mapped/uptodate combinations are valid:
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-09-16 11:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-16 12:04 [PATCH] 2.5.35-vanilla compile error with NTFS - FIX Marc-Christian Petersen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®