]> git.baikalelectronics.ru Git - kernel.git/commit
block, bfq: fix operator in BFQQ_TOTALLY_SEEKY
authorPaolo Valente <paolo.valente@linaro.org>
Sat, 22 Jun 2019 20:44:16 +0000 (22:44 +0200)
committerJens Axboe <axboe@kernel.dk>
Tue, 25 Jun 2019 17:38:08 +0000 (11:38 -0600)
commit61f8c485ea0dc8acdb2dcb8fa394e8bd06d38e96
tree355c0cfb6f51665f4b1a792b7cce1b6f5999191a
parentc631dd356570945ad5a96f237a2d0b175789604f
block, bfq: fix operator in BFQQ_TOTALLY_SEEKY

By mistake, there is a '&' instead of a '==' in the definition of the
macro BFQQ_TOTALLY_SEEKY. This commit replaces the wrong operator with
the correct one.

Fixes: 93c0579303c8 ("block, bfq: do not tag totally seeky queues as soft rt")
Signed-off-by: Paolo Valente <paolo.valente@linaro.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/bfq-iosched.c