Re: 2.6.0-test7-mm1

From: Andrew Morton
Date: Wed Oct 15 2003 - 05:19:39 EST


Bradley Chapman <kakadu_croc@xxxxxxxxx> wrote:
>
> After compiling 2.6.0-test7-mm1, I get the following error after installing the
> modules:
>
> if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.6.0-test7-mm1; fi
> WARNING: /lib/modules/2.6.0-test7-mm1/kernel/fs/ext2/ext2.ko needs unknown symbol
> __blockdev_direct_IO

Thanks.


fs/direct-io.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN fs/direct-io.c~O_DIRECT-race-fixes-rework-XFS-fix-fix fs/direct-io.c
--- 25/fs/direct-io.c~O_DIRECT-race-fixes-rework-XFS-fix-fix 2003-10-15 03:21:13.000000000 -0700
+++ 25-akpm/fs/direct-io.c 2003-10-15 03:21:16.000000000 -0700
@@ -1089,4 +1089,4 @@ __blockdev_direct_IO(int rw, struct kioc
out:
return retval;
}
-EXPORT_SYMBOL(blockdev_direct_IO);
+EXPORT_SYMBOL(__blockdev_direct_IO);

_

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/