aboutsummaryrefslogtreecommitdiffstats
path: root/block/Kconfig.iosched
diff options
context:
space:
mode:
authorJens Axboe <jens.axboe@oracle.com>2009-10-03 03:40:47 -0400
committerJens Axboe <jens.axboe@oracle.com>2009-10-03 03:40:47 -0400
commit08dc8726d4be85bca793141c827574fd32a681bb (patch)
tree020b130709473373d01cf5e24d50cd94a3aeca70 /block/Kconfig.iosched
parent492af6350a5ccf087e4964104a276ed358811458 (diff)
block: CFQ is more than a desktop scheduler
Update Kconfig.iosched entry. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'block/Kconfig.iosched')
-rw-r--r--block/Kconfig.iosched4
1 files changed, 3 insertions, 1 deletions
diff --git a/block/Kconfig.iosched b/block/Kconfig.iosched
index baad3dae3655..8bd105115a69 100644
--- a/block/Kconfig.iosched
+++ b/block/Kconfig.iosched
@@ -27,7 +27,9 @@ config IOSCHED_CFQ
27 ---help--- 27 ---help---
28 The CFQ I/O scheduler tries to distribute bandwidth equally 28 The CFQ I/O scheduler tries to distribute bandwidth equally
29 among all processes in the system. It should provide a fair 29 among all processes in the system. It should provide a fair
30 working environment, suitable for desktop systems. 30 and low latency working environment, suitable for both desktop
31 and server systems.
32
31 This is the default I/O scheduler. 33 This is the default I/O scheduler.
32 34
33choice 35choice