Re: [PATCH 1/5] aio: Kill return value of aio_complete()

2012-10-09 Thread Zach Brown
On Mon, Oct 08, 2012 at 11:39:16PM -0700, Kent Overstreet wrote: > Nothing used the return value, and it probably wasn't possible to use it > safely for the locked versions (aio_complete(), aio_put_req()). Just > kill it. Nice, seems reasonable enough. (Queue the timer for complaints from out of

[PATCH 1/5] aio: Kill return value of aio_complete()

2012-10-08 Thread Kent Overstreet
Nothing used the return value, and it probably wasn't possible to use it safely for the locked versions (aio_complete(), aio_put_req()). Just kill it. Signed-off-by: Kent Overstreet --- fs/aio.c| 19 +++ include/linux/aio.h |8 2 files changed, 11 inser