commit | bd7d4ef6a4c9b3611fa487a0065bf042c71ce620 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Wed May 09 15:25:22 2018 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Thu May 10 11:27:31 2018 -0600 |
tree | f6e496de016eae8151f382415847d0e3aa93f35f | |
parent | f0635b8a416e3b99dc6fd9ac3ce534764869d0c8 [diff] |
bfq-iosched: remove unused variable bfqd->sb_shift was attempted used as a cache for the sbitmap queue shift, but we don't need it, as it never changes. Kill it with fire. Acked-by: Paolo Valente <paolo.valente@linaro.org> Reviewed-by: Omar Sandoval <osandov@fb.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>