OSDN Git Service

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)
commit33a16a9804688b2f4c4281ec31bc393ef2645ae4
treed0582697320c2a862c429649d31dcffaa0346b66
parentecedd3d7e19911ab8fe42f17b77c0a30fe7f4db3
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