From e7e6cfb4f22b19de03aa5a0b031d4844dd8b1ebe Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Tue, 20 Feb 2007 10:58:34 +0100 Subject: [PATCH] Update io_u.c comments Signed-off-by: Jens Axboe --- io_u.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/io_u.c b/io_u.c index 6234c42b..b8f090bd 100644 --- a/io_u.c +++ b/io_u.c @@ -506,6 +506,9 @@ static void ios_completed(struct thread_data *td, } } +/* + * Complete a single io_u for the sync engines. + */ long io_u_sync_complete(struct thread_data *td, struct io_u *io_u, endio_handler *handler) { @@ -521,6 +524,9 @@ long io_u_sync_complete(struct thread_data *td, struct io_u *io_u, return -1; } +/* + * Called to complete min_events number of io for the async engines. + */ long io_u_queued_complete(struct thread_data *td, int min_events, endio_handler *handler) -- 2.25.1