diff options
author | Paolo Valente <paolo.valente@linaro.org> | 2020-02-03 13:40:58 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-02-03 16:58:15 +0300 |
commit | 4d8340d0d4d90e7ca367d18ec16c2fefa89a339c (patch) | |
tree | b7a85ed945a5851f1c3be48fdfa06e453f70feeb /block/bfq-iosched.h | |
parent | 33a16a9804688b2f4c4281ec31bc393ef2645ae4 (diff) | |
download | linux-4d8340d0d4d90e7ca367d18ec16c2fefa89a339c.tar.xz |
block, bfq: remove ifdefs from around gets/puts of bfq groups
ifdefs around gets and puts of bfq groups reduce readability, remove them.
Tested-by: Oleksandr Natalenko <oleksandr@natalenko.name>
Reported-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Paolo Valente <paolo.valente@linaro.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block/bfq-iosched.h')
-rw-r--r-- | block/bfq-iosched.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/block/bfq-iosched.h b/block/bfq-iosched.h index f1cb89def7f8..2c7cec737b2a 100644 --- a/block/bfq-iosched.h +++ b/block/bfq-iosched.h @@ -921,6 +921,7 @@ struct bfq_group { #else struct bfq_group { + struct bfq_entity entity; struct bfq_sched_data sched_data; struct bfq_queue *async_bfqq[2][IOPRIO_BE_NR]; |