aio: use assigned completion handler
authorJens Axboe <axboe@kernel.dk>
Tue, 6 Nov 2018 21:27:13 +0000 (14:27 -0700)
committerJens Axboe <axboe@kernel.dk>
Mon, 19 Nov 2018 19:07:07 +0000 (12:07 -0700)
commit09078bf67baf32968b7c1f9fe4decaae197f605e
treecf3e44e63e8af8e03da03755db9579fa5792a494
parent2cdcbe98804e8c6a34c556ad843414049ab9d42a
aio: use assigned completion handler

We know this is a read/write request, but in preparation for
having different kinds of those, ensure that we call the assigned
handler instead of assuming it's aio_complete_rq().

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/aio.c