commit | 33a16a9804688b2f4c4281ec31bc393ef2645ae4 | [log] [tgz] |
---|---|---|
author | Paolo Valente <paolo.valente@linaro.org> | Mon Feb 03 11:40:57 2020 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Feb 03 06:58:15 2020 -0700 |
tree | d0582697320c2a862c429649d31dcffaa0346b66 | |
parent | ecedd3d7e19911ab8fe42f17b77c0a30fe7f4db3 [diff] |
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>