From: Jens Axboe Date: Sat, 3 Oct 2009 07:40:47 +0000 (+0200) Subject: block: CFQ is more than a desktop scheduler X-Git-Tag: 2.1b_release~10246^2~94 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=08dc8726d4be85bca793141c827574fd32a681bb;p=platform%2Fkernel%2Fkernel-mfld-blackbay.git block: CFQ is more than a desktop scheduler Update Kconfig.iosched entry. Signed-off-by: Jens Axboe --- diff --git a/block/Kconfig.iosched b/block/Kconfig.iosched index baad3da..8bd1051 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