commit | 12cd3a2fe3ba6d1a2cf007e4e8dcfbe66d3d0a28 | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bart.vanassche@wdc.com> | Wed Aug 30 11:42:11 2017 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Sep 01 13:56:42 2017 -0600 |
tree | 809bb43796ee19d397c227265767a34f7b5f01d7 | |
parent | 1530486cda2df87d66af8bd3aa069c12b6fada41 [diff] |
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>