From 2b7968d3708da475edc9c37e7009ab4fe8a3ecf7 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Sat, 10 Oct 2020 09:06:02 -0600 Subject: [PATCH] flow: avoid holes in struct fio_flow Signed-off-by: Jens Axboe --- flow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flow.c b/flow.c index ee4d761d..aca051e6 100644 --- a/flow.c +++ b/flow.c @@ -5,8 +5,8 @@ struct fio_flow { unsigned int refs; - struct flist_head list; unsigned int id; + struct flist_head list; unsigned long long flow_counter; unsigned int total_weight; }; -- 2.25.1