aio: use assigned completion handler
authorJens Axboe <axboe@kernel.dk>
Tue, 6 Nov 2018 21:27:13 +0000 (14:27 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 May 2019 07:58:58 +0000 (09:58 +0200)
commitb3373253f0bab538a7521537dfcb73e731b3d732
tree6e6f7e8320e6ad1fbc1df08bcd3566d10799f538
parent9101cbe70ef64c7f35fb75552005a3a696cc288e
aio: use assigned completion handler

commit bc9bff61624ac33b7c95861abea1af24ee7a94fc upstream.

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().

Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Cc: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/aio.c