Re: 2.6.0-test7-mm1

From: Bradley Chapman
Date: Wed Oct 15 2003 - 05:12:44 EST


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

I checked the filesystem code and the function __blockdev_direct_IO is defined
at fs/direct-io.c, line 1020. However, the EXPORT_SYMBOL() definition uses
"blockdev_direct_IO", not "__blockdev_direct_IO". Grepping the include/linux
directory shows inline definitions for various wrappers for __blockdev_direct_IO,
including "blockdev_direct_IO", in include/linux/fs.h at line 1355. Yet depmod
can't seem to find it for the ext2 module.

Does this have anything to do with Jens Axboe's IDE write barrier/JBD write
barrier work?

Brad



=====
Brad Chapman

Permanent e-mail: kakadu_croc@xxxxxxxxx

__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com
-
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/