]> Git Repo - linux.git/commit
block, bfq: fix operator in BFQQ_TOTALLY_SEEKY
authorPaolo Valente <[email protected]>
Sat, 22 Jun 2019 20:44:16 +0000 (22:44 +0200)
committerJens Axboe <[email protected]>
Tue, 25 Jun 2019 17:38:08 +0000 (11:38 -0600)
commite6feaf215f07dd98d03ee783c9dd4c7f7e55b74d
tree355c0cfb6f51665f4b1a792b7cce1b6f5999191a
parent60c112b0ada09826cc4ae6a4e55df677f76f1313
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: 7074f076ff15 ("block, bfq: do not tag totally seeky queues as soft rt")
Signed-off-by: Paolo Valente <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
block/bfq-iosched.c
This page took 0.051343 seconds and 4 git commands to generate.