io_u: move number_trim to reclaim 8 bytes in struct io_u
authorJens Axboe <axboe@kernel.dk>
Thu, 15 Feb 2024 15:39:49 +0000 (08:39 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 15 Feb 2024 15:39:49 +0000 (08:39 -0700)
commit1a41b353a54a7ec2ebab5f66bbf25747f963f79f
tree6dfdfac8fdd35cdef033f0cfb46abfd6cd87e228
parent5d4ee0de9d6afaa74c7c15c3d4f210a06d4e2139
io_u: move number_trim to reclaim 8 bytes in struct io_u

Move it under clat_prio_index, which already has a 6 byte gap. This
saves 8 bytes total in struct io_u, which is always nice.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_u.h