Jens Axboe wrote: > > > Several kernel functions need a "dontblock" parameter (or a callback, or > > a waitqueue address, or a tq_struct pointer). > > We don't even need that, non-blocking is implicitly applied with READA. > READA just returns - I doubt that the aio functions should poll until there are free entries in the request queue. The pending aio requests should be "included" into the wait_for_requests waitqueue (ok, they don't have a process context, thus a wait queue entry doesn't help, but these requests belong into that wait queue) -- Manfred - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- Re: [Kiobuf-io-devel] RFC: Kernel mechanism: Compound even... Ingo Molnar
- Re: [Kiobuf-io-devel] RFC: Kernel mechanism: Compound even... Jens Axboe
- Re: [Kiobuf-io-devel] RFC: Kernel mechanism: Compound even... Linus Torvalds
- Re: [Kiobuf-io-devel] RFC: Kernel mechanism: Compound even... Ingo Molnar
- Re: [Kiobuf-io-devel] RFC: Kernel mechanism: Compound even... Ben LaHaise
- Re: [Kiobuf-io-devel] RFC: Kernel mechanism: Compound even... Ingo Molnar
- Re: [Kiobuf-io-devel] RFC: Kernel mechanism: Compound even... Jens Axboe
- Re: [Kiobuf-io-devel] RFC: Kernel mechanism: Compound even... Ben LaHaise
- Re: [Kiobuf-io-devel] RFC: Kernel mechanism: Compound even... Manfred Spraul
- Re: [Kiobuf-io-devel] RFC: Kernel mechanism: Compound even... Jens Axboe
- Re: [Kiobuf-io-devel] RFC: Kernel mechanism: Compound even... Manfred Spraul
- Re: [Kiobuf-io-devel] RFC: Kernel mechanism: Compound even... Linus Torvalds
- Re: [Kiobuf-io-devel] RFC: Kernel mechanism: Compound even... Manfred Spraul
- Re: [Kiobuf-io-devel] RFC: Kernel mechanism: Compound even... Linus Torvalds
- Re: [Kiobuf-io-devel] RFC: Kernel mechanism: Compound even... Andre Hedrick
- Re: [Kiobuf-io-devel] RFC: Kernel mechanism: Compound even... Marcelo Tosatti
- Re: [Kiobuf-io-devel] RFC: Kernel mechanism: Compound even... Jens Axboe
- Re: [Kiobuf-io-devel] RFC: Kernel mechanism: Compound even... Linus Torvalds
- Re: [Kiobuf-io-devel] RFC: Kernel mechanism: Compound even... Marcelo Tosatti
- Re: [Kiobuf-io-devel] RFC: Kernel mechanism: Compound even... Linus Torvalds
- select() returning busy for regular files [was Re: [Kiobuf... Pavel Machek