Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "blk-mq: Micro-optimize bt_get()"
This reverts commit 52f7eb9. The optimization is only really safe for a single queue, otherwise 'bs' and 'bt' can indeed change, and if we don't do a finish_wait() for each loop, we'll potentially change the wait structure and corrupt task wait list. Reported-by: Jan Kara <jack@suse.cz>
- Loading branch information