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:
ac481c2
)
cfq-iosched: don't delay async queue if it hasn't dispatched at all
author
Jens Axboe
<jens.axboe@oracle.com>
Sun, 4 Oct 2009 18:36:19 +0000
(20:36 +0200)
committer
Jens Axboe
<jens.axboe@oracle.com>
Sun, 4 Oct 2009 18:36:19 +0000
(20:36 +0200)
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: Jens Axboe <jens.axboe@oracle.com>
No differences found