git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67e2c38
)
Revert "blk-mq: Micro-optimize bt_get()"
author
Jens Axboe
<axboe@fb.com>
Mon, 15 Dec 2014 15:30:26 +0000
(08:30 -0700)
committer
Jens Axboe
<axboe@fb.com>
Mon, 15 Dec 2014 15:30:26 +0000
(08:30 -0700)
This reverts commit
52f7eb945f2ba62b324bb9ae16d945326a961dcf
.
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>
No differences found