projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
492af63
)
block: CFQ is more than a desktop scheduler
author
Jens Axboe
<jens.axboe@oracle.com>
Sat, 3 Oct 2009 07:40:47 +0000
(09:40 +0200)
committer
Jens Axboe
<jens.axboe@oracle.com>
Sat, 3 Oct 2009 07:40:47 +0000
(09:40 +0200)
Update Kconfig.iosched entry.
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
block/Kconfig.iosched
patch
|
blob
|
history
diff --git
a/block/Kconfig.iosched
b/block/Kconfig.iosched
index
baad3da
..
8bd1051
100644
(file)
--- a/
block/Kconfig.iosched
+++ b/
block/Kconfig.iosched
@@
-27,7
+27,9
@@
config IOSCHED_CFQ
---help---
The CFQ I/O scheduler tries to distribute bandwidth equally
among all processes in the system. It should provide a fair
- working environment, suitable for desktop systems.
+ and low latency working environment, suitable for both desktop
+ and server systems.
+
This is the default I/O scheduler.
choice