* [PATCH] 2.4.22pre10: fs/aio.c should include <linux/poll.h>
@ 2003-08-04 17:09 Chip Salzenberg
2003-08-04 22:02 ` Christoph Hellwig
0 siblings, 1 reply; 3+ messages in thread
From: Chip Salzenberg @ 2003-08-04 17:09 UTC (permalink / raw)
To: Linux Kernel
Since fs/aio.c calls async_poll(), it should include <linux/poll.h> to
get its declaration.
Index: linux/fs/aio.c
--- linux/fs/aio.c.old 2003-08-04 12:08:49.000000000 -0400
+++ linux/fs/aio.c 2003-08-04 12:50:45.000000000 -0400
@@ -12,4 +12,5 @@
#include <linux/errno.h>
#include <linux/time.h>
+#include <linux/poll.h>
#include <linux/aio_abi.h>
--
Chip Salzenberg - a.k.a. - <chip@pobox.com>
"I wanted to play hopscotch with the impenetrable mystery of existence,
but he stepped in a wormhole and had to go in early." // MST3K
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] 2.4.22pre10: fs/aio.c should include <linux/poll.h>
2003-08-04 17:09 [PATCH] 2.4.22pre10: fs/aio.c should include <linux/poll.h> Chip Salzenberg
@ 2003-08-04 22:02 ` Christoph Hellwig
2003-08-04 22:05 ` Chip Salzenberg
0 siblings, 1 reply; 3+ messages in thread
From: Christoph Hellwig @ 2003-08-04 22:02 UTC (permalink / raw)
To: Chip Salzenberg; +Cc: Linux Kernel
On Mon, Aug 04, 2003 at 01:09:00PM -0400, Chip Salzenberg wrote:
> Since fs/aio.c calls async_poll(), it should include <linux/poll.h> to
> get its declaration.
There is no fs/aio.c in 2.4.22-pre10.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] 2.4.22pre10: fs/aio.c should include <linux/poll.h>
2003-08-04 22:02 ` Christoph Hellwig
@ 2003-08-04 22:05 ` Chip Salzenberg
0 siblings, 0 replies; 3+ messages in thread
From: Chip Salzenberg @ 2003-08-04 22:05 UTC (permalink / raw)
To: Christoph Hellwig; +Cc: Andrea Arcangeli, Linux Kernel
According to Christoph Hellwig:
> On Mon, Aug 04, 2003 at 01:09:00PM -0400, Chip Salzenberg wrote:
> > Since fs/aio.c calls async_poll(), it should include <linux/poll.h> to
> > get its declaration.
>
> There is no fs/aio.c in 2.4.22-pre10.
Oops. It must be an 'aa' thing. I'll take this off line with Andrea.
--
Chip Salzenberg - a.k.a. - <chip@pobox.com>
"I wanted to play hopscotch with the impenetrable mystery of existence,
but he stepped in a wormhole and had to go in early." // MST3K
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-08-04 22:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-04 17:09 [PATCH] 2.4.22pre10: fs/aio.c should include <linux/poll.h> Chip Salzenberg
2003-08-04 22:02 ` Christoph Hellwig
2003-08-04 22:05 ` Chip Salzenberg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox