Przeglądaj źródła

[PATCH] Make CFQ the default IO scheduler

Signed-off-by: Jens Axboe <axboe@suse.de>
Jens Axboe 19 lat temu
rodzic
commit
b17fd9bceb
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      block/Kconfig.iosched

+ 1 - 1
block/Kconfig.iosched

@@ -40,7 +40,7 @@ config IOSCHED_CFQ
 
 choice
 	prompt "Default I/O scheduler"
-	default DEFAULT_AS
+	default DEFAULT_CFQ
 	help
 	  Select the I/O scheduler which will be used by default for all
 	  block devices.