Re: 2.6.13-rc6-xx-all.diff is not working for 2.6.13 arm kernel

From: Russell King
Date: Mon Oct 03 2005 - 06:08:17 EST


On Mon, Oct 03, 2005 at 11:55:11AM +0100, vikas gupta wrote:
> Sorry for my mistake..
> Arm kernel build Error LOG:
> .....
> CC mm/filemap.o
> mm/filemap.c: In function `generic_file_aio_writev':
> mm/filemap.c:2212: warning: implicit declaration of
> function `aio_down'
> mm/filemap.c:2216: warning: implicit declaration of
> function `aio_up'
> ....
> fs/pipe.c: In function `pipe_aio_wait':
> fs/pipe.c:105: warning: implicit declaration of
> function `aio_up'
> fs/pipe.c: In function `pipe_aio_read':
> fs/pipe.c:206: warning: implicit declaration of
> function `aio_down'

$ grep aio_down fs/*.c
$ grep aio_down mm/*.c
$ grep aio_down . -r
$

The problem you're referring to does not appear to be present in
the mainline kernel sources. Maybe the AIO folk can provide some
pointers?

--
Russell King
Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/
maintainer of: 2.6 Serial core
-
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/