From: Andreas Steinmetz <ast@domdv.de>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] ext2 module build failure (2.4.13pre6)
Date: Tue, 23 Oct 2001 13:20:48 +0200 (CEST) [thread overview]
Message-ID: <XFMail.20011023132048.ast@domdv.de> (raw)
[-- Attachment #1: Type: text/plain, Size: 244 bytes --]
ext2 build as a module fails to missing export of generic_direct_IO which the
attached patch fixes.
<grumble>
posted this at 2.4.13pre2 time, now we're up to pre6 and nobody cares...
</grumble>
Andreas Steinmetz
D.O.M. Datenverarbeitung GmbH
[-- Attachment #2: ksyms.patch --]
[-- Type: text/plain, Size: 375 bytes --]
--- linux/kernel/ksyms.c Tue Oct 23 12:58:28 2001
+++ linux-fixed/kernel/ksyms.c Tue Oct 23 12:55:02 2001
@@ -205,6 +205,7 @@
EXPORT_SYMBOL(block_sync_page);
EXPORT_SYMBOL(cont_prepare_write);
EXPORT_SYMBOL(generic_commit_write);
+EXPORT_SYMBOL(generic_direct_IO);
EXPORT_SYMBOL(block_truncate_page);
EXPORT_SYMBOL(generic_block_bmap);
EXPORT_SYMBOL(waitfor_one_page);
next reply other threads:[~2001-10-23 11:21 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-10-23 11:20 Andreas Steinmetz [this message]
2001-10-23 11:40 ` [PATCH] ext2 module build failure (2.4.13pre6) Jeff Garzik
2001-10-23 11:46 ` Andreas Steinmetz
2001-10-23 12:00 ` Jeff Garzik
2001-10-23 12:11 ` Andreas Steinmetz
2001-10-23 12:20 ` Andrea Arcangeli
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=XFMail.20011023132048.ast@domdv.de \
--to=ast@domdv.de \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.