From e43f210aa31fd0917f8595209376c016ad1541b0 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Wed, 18 Apr 2018 08:12:07 -0600 Subject: [PATCH] iolog: update stale comment Signed-off-by: Jens Axboe --- iolog.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/iolog.c b/iolog.c index 598548d2..74c89f0c 100644 --- a/iolog.c +++ b/iolog.c @@ -227,11 +227,7 @@ void log_io_piece(struct thread_data *td, struct io_u *io_u) } /* - * We don't need to sort the entries if we only performed sequential - * writes. In this case, just reading back data in the order we wrote - * it out is the faster but still safe. - * - * One exception is if we don't have a random map in which case we need + * Only sort writes if we don't have a random map in which case we need * to check for duplicate blocks and drop the old one, which we rely on * the rb insert/lookup for handling. */ -- 2.25.1