Skip to content
Commit e00c54c3 authored by Jens Axboe's avatar Jens Axboe
Browse files

cfq-iosched: don't delay async queue if it hasn't dispatched at all



We cannot delay for the first dispatch of the async queue if it
hasn't dispatched at all, since that could present a local user
DoS attack vector using an app that just did slow timed sync reads
while filling memory.

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