flow: avoid holes in struct fio_flow
authorJens Axboe <axboe@kernel.dk>
Sat, 10 Oct 2020 15:06:02 +0000 (09:06 -0600)
committerJens Axboe <axboe@kernel.dk>
Sat, 10 Oct 2020 15:06:02 +0000 (09:06 -0600)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
flow.c

diff --git a/flow.c b/flow.c
index ee4d761db42bf30bb1f7b9667dda11f0b5d80d0c..aca051e6de40bd8b38516c53b6bdeb56eaa16a58 100644 (file)
--- 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;
 };