On Mon, Oct 26, 2009 at 01:03:08PM +0100, Kevin Wolf wrote:
> The context parameter in paio_submit isn't used anyway, so there is no reason
> why block drivers should need to remember it. This also avoids passing a Linux
> AIO context to paio_submit (which doesn't do any harm as long as the paramet
The context parameter in paio_submit isn't used anyway, so there is no reason
why block drivers should need to remember it. This also avoids passing a Linux
AIO context to paio_submit (which doesn't do any harm as long as the parameter
is unused, but it is highly confusing).
Signed-off-by: Kevin W