From 33d20146da0290049cf58fcc5ba9116bca9d7f92 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Wed, 26 Apr 2017 15:22:50 -0600 Subject: [PATCH] thread_options: kill two unused pads Signed-off-by: Jens Axboe --- thread_options.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/thread_options.h b/thread_options.h index 876f8544..d0f3fe93 100644 --- a/thread_options.h +++ b/thread_options.h @@ -339,7 +339,6 @@ struct thread_options_pack { uint32_t iodepth_batch; uint32_t iodepth_batch_complete_min; uint32_t iodepth_batch_complete_max; - uint32_t __proper_alignment_for_64b; uint64_t size; uint64_t io_size; @@ -414,7 +413,6 @@ struct thread_options_pack { uint32_t bs_unaligned; uint32_t fsync_on_close; uint32_t bs_is_seq_rand; - uint32_t pad1; uint32_t random_distribution; uint32_t exitall_error; -- 2.25.1