commit | 9c2c38a122cc23d6a09b8004d60a33913683eedf | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@suse.de> | Wed Aug 24 14:57:54 2005 +0200 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Aug 24 10:22:44 2005 -0700 |
tree | 0596d9e3315a64d01f2a6f64d4f352f3cd0de08f | |
parent | 41290c14640bc9312bf63202d14ebef075b6171a [diff] |
[PATCH] cfq-iosched.c: minor fixes One critical fix and two minor fixes for 2.6.13-rc7: - Max depth must currently be 2 to allow barriers to function on SCSI - Prefer sync request over async in choosing the next request - Never allow async request to preempt or disturb the "anticipation" for a single cfq process context. This is as-designed, the code right now is buggy in that area. Signed-off-by: Jens Axboe <axboe@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>