diff options
author | Jens Axboe <jens.axboe@oracle.com> | 2009-10-03 09:40:47 +0200 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2009-10-03 09:40:47 +0200 |
commit | 08dc8726d4be85bca793141c827574fd32a681bb (patch) | |
tree | 020b130709473373d01cf5e24d50cd94a3aeca70 /block/Kconfig.iosched | |
parent | 492af6350a5ccf087e4964104a276ed358811458 (diff) | |
download | linux-3.10-08dc8726d4be85bca793141c827574fd32a681bb.tar.gz linux-3.10-08dc8726d4be85bca793141c827574fd32a681bb.tar.bz2 linux-3.10-08dc8726d4be85bca793141c827574fd32a681bb.zip |
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.iosched | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/block/Kconfig.iosched b/block/Kconfig.iosched index baad3dae365..8bd105115a6 100644 --- 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 |