From: Eyal Lebedinsky <eyal@eyal.emu.id.au>
To: linux-kernel@vger.kernel.org
Subject: Re: 2.4.14-pre7 Unresolved symbols [PATCH]
Date: Fri, 02 Nov 2001 21:34:23 +1100 [thread overview]
Message-ID: <3BE276AF.5B417378@eyal.emu.id.au> (raw)
In-Reply-To: <200111020954.fA29sf413054@riker.skynet.be>
[-- Attachment #1: Type: text/plain, Size: 441 bytes --]
jarausch@belgacom.net wrote:
>
> Hi,
>
> trying to build 2.4.14-pre7 breaks with the error message
> depmod: *** Unresolved symbols in /lib/modules/2.4.14-pre7/kernel/fs/romfs/romfs.o
> depmod: unlock_page
Not an official patch, but as the symbol was introduced into
mm/filemap.c
and is used widely through linux/mm.h, I guess it should simply be
exported.
--
Eyal Lebedinsky (eyal@eyal.emu.id.au) <http://samba.anu.edu.au/eyal/>
[-- Attachment #2: 2.4.14-pre7-filemap.patch --]
[-- Type: text/plain, Size: 278 bytes --]
--- linux/mm/filemap.c.orig Fri Nov 2 21:28:22 2001
+++ linux/mm/filemap.c Fri Nov 2 21:28:48 2001
@@ -785,6 +785,7 @@
if (waitqueue_active(&(page)->wait))
wake_up(&(page)->wait);
}
+EXPORT_SYMBOL(unlock_page);
/*
* Get a lock on the page, assuming we need to sleep
next prev parent reply other threads:[~2001-11-02 10:43 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-11-02 10:53 2.4.14-pre7 Unresolved symbols jarausch
2001-11-02 10:34 ` Eyal Lebedinsky [this message]
2001-11-02 11:22 ` Sebastian Dröge
2001-11-02 18:51 ` Michael H. Warfield
2001-11-02 19:38 ` J Sloan
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=3BE276AF.5B417378@eyal.emu.id.au \
--to=eyal@eyal.emu.id.au \
--cc=linux-kernel@vger.kernel.org \
/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®