mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Marc-Christian Petersen <m.c.p@wolk-project.de>
To: linux-kernel@vger.kernel.org
Cc: Linus Torvalds <torvalds@transmeta.com>
Subject: [PATCH] 2.5.35-vanilla compile error with NTFS - FIX
Date: Mon, 16 Sep 2002 14:04:00 +0200	[thread overview]
Message-ID: <200209161319.42557.m.c.p@gmx.net> (raw)

[-- 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:

                 reply	other threads:[~2002-09-16 11:59 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200209161319.42557.m.c.p@gmx.net \
    --to=m.c.p@wolk-project.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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®