public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ext2 module build failure (2.4.13pre6)
@ 2001-10-23 11:20 Andreas Steinmetz
  2001-10-23 11:40 ` Jeff Garzik
  0 siblings, 1 reply; 6+ messages in thread
From: Andreas Steinmetz @ 2001-10-23 11:20 UTC (permalink / raw)
  To: linux-kernel

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2001-10-23 12:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-10-23 11:20 [PATCH] ext2 module build failure (2.4.13pre6) Andreas Steinmetz
2001-10-23 11:40 ` 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox