Re: [PATCH 06/26] aio: Kill return value of aio_complete()

From: Hillf Danton
Date: Wed Dec 19 2012 - 07:10:50 EST


>@@ -594,7 +591,7 @@ static struct kioctx *lookup_ioctx(unsigned long ctx_id)
> * Returns true if this is the last user of the request. The
> * only other user of the request can be the cancellation code.
> */

Well the comment is stale.

Hillf

>-int aio_complete(struct kiocb *iocb, long res, long res2)
>+void aio_complete(struct kiocb *iocb, long res, long res2)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/