From e9fbdd74f6ac24d93824177a8858c028305c9900 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Tue, 13 Feb 2007 17:42:35 +0100 Subject: [PATCH] [PATCH] Woops, left debug clear in there Signed-off-by: Jens Axboe --- io_u.c | 1 - 1 file changed, 1 deletion(-) diff --git a/io_u.c b/io_u.c index ae92df5d..c56ccc6c 100644 --- a/io_u.c +++ b/io_u.c @@ -44,7 +44,6 @@ static void mark_random_map(struct thread_data *td, struct fio_file *f, idx = RAND_MAP_IDX(td, f, block); bit = RAND_MAP_BIT(td, f, block); - idx = f->num_maps; fio_assert(td, idx < f->num_maps); f->file_map[idx] |= (1UL << bit); -- 2.25.1