]> git.baikalelectronics.ru Git - kernel.git/commit
block, bfq: extend incomplete name of field on_st
authorPaolo Valente <paolo.valente@linaro.org>
Mon, 3 Feb 2020 10:40:57 +0000 (11:40 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 3 Feb 2020 13:58:15 +0000 (06:58 -0700)
commit432c568e69f2b7826007b366aa5cbe1ede5466c4
treed0582697320c2a862c429649d31dcffaa0346b66
parent34ca992f5c2a070860f57db411285fc6274e16d3
block, bfq: extend incomplete name of field on_st

The flag on_st in the bfq_entity data structure is true if the entity
is on a service tree or is in service. Yet the name of the field,
confusingly, does not mention the second, very important case. Extend
the name to mention the second case too.

Tested-by: Oleksandr Natalenko <oleksandr@natalenko.name>
Signed-off-by: Paolo Valente <paolo.valente@linaro.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/bfq-cgroup.c
block/bfq-iosched.c
block/bfq-iosched.h
block/bfq-wf2q.c