commit | 8abef10b3de1144cfe968f454946f13eb1ac3d0a | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Tue Jan 09 12:20:51 2018 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Jan 09 12:22:28 2018 -0700 |
tree | f62cf163845beea344e0779bf2e6370b471926fb | |
parent | 3609c471a1b86bffc812d8a2f0299892aa11a5e6 [diff] |
bfq-iosched: don't call bfqg_and_blkg_put for !CONFIG_BFQ_GROUP_IOSCHED It's not available if we don't have group io scheduling set, and there's no need to call it. Fixes: 0d52af590552 ("block, bfq: release oom-queue ref to root group on exit") Signed-off-by: Jens Axboe <axboe@kernel.dk>