Re: [RFC] iovec in ->aio_read/->aio_write

Benjamin LaHaise (bcrl@redhat.com)
Tue, 15 Oct 2002 15:34:27 -0400


On Tue, Oct 15, 2002 at 10:33:15PM -0400, Christoph Hellwig wrote:
> Proposed next steps: Convert over all readv/writev users
> to aio_read/aio_write and remove the methods. Implement
> aio_read/aio_write in all filesystems using the generic
> pagecache code and kill the "normal" generic_file_read
> and generic_file_write.
>
> Comments?

Please not right now? ;-) At least introduce it as aio_readv/aio_writev
as currently the way we deal with iovecs uglifies a lot of code, with no
benefit for the vast majority of applications. As for killing
generic_file_read/write and using the aio counterparts, that is the plan
pending a bit more testing of things. I want to get there step by step
without breaking everything along the way.

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