Skip to content
Commit 8aa7e847 authored by Jens Axboe's avatar Jens Axboe Committed by Jens Axboe
Browse files

Fix congestion_wait() sync/async vs read/write confusion



Commit 1faa16d2 accidentally broke
the bdi congestion wait queue logic, causing us to wait on congestion
for WRITE (== 1) when we really wanted BLK_RW_ASYNC (== 0) instead.

Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
parent c2cc49a2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment