lkml.org 
[lkml]   [2001]   [Oct]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] ext2 module build failure (2.4.13pre6)
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
--- 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);
\
 
 \ /
  Last update: 2005-03-22 13:10    [W:0.046 / U:1.524 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site