Re: [PATCH 1/5] aio: use assigned completion handler
From: Christoph Hellwig <hch@infradead.org>
Date: 2018-11-19 18:29:17
Also in:
linux-fsdevel
From: Christoph Hellwig <hch@infradead.org>
Date: 2018-11-19 18:29:17
Also in:
linux-fsdevel
On Sat, Nov 17, 2018 at 04:53:13PM -0700, Jens Axboe wrote:
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>
Looks good, Reviewed-by: Christoph Hellwig <hch@lst.de>