]> git.baikalelectronics.ru Git - kernel.git/commit
bfq: Use icq_to_bic() consistently
authorBart Van Assche <bart.vanassche@wdc.com>
Wed, 30 Aug 2017 18:42:11 +0000 (11:42 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 1 Sep 2017 19:56:42 +0000 (13:56 -0600)
commit1d0e063906adb6f7b316058ed2d4893ea00037b6
tree809bb43796ee19d397c227265767a34f7b5f01d7
parent7372fe4fcd424d1e650d2947a47541f7070c267b
bfq: Use icq_to_bic() consistently

Some code uses icq_to_bic() to convert an io_cq pointer to a
bfq_io_cq pointer while other code uses a direct cast. Convert
the code that uses a direct cast such that it uses icq_to_bic().

Acked-by: Paolo Valente <paolo.valente@linaro.org>
Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/bfq-iosched.c