Re: [PATCH 3/9] aio: refactor read/write iocb setup

2018-03-21 Thread Greg KH
On Wed, Mar 21, 2018 at 08:32:26AM +0100, Christoph Hellwig wrote: > Don't reference the kiocb structure from the common aio code, and move > any use of it into helper specific to the read/write path. This is in > preparation for aio_poll support that wants to use the space for different > fields.

[PATCH 3/9] aio: refactor read/write iocb setup

2018-03-21 Thread Christoph Hellwig
Don't reference the kiocb structure from the common aio code, and move any use of it into helper specific to the read/write path. This is in preparation for aio_poll support that wants to use the space for different fields. Signed-off-by: Christoph Hellwig Acked-by: Jeff Moyer Reviewed-by: Darr