mirror of
https://github.com/Evolution-X-Devices/kernel_google_b1c1
synced 2026-02-10 21:57:29 +00:00
This reverts commit 52f7eb945f.
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>