提交 752a3b79 编写于 作者: C Chuck Ebbert 提交者: Jens Axboe

[BLOCK] elevator: Make elevator=as work again for anticipatory

Signed-off-by: NChuck Ebbert <76306.1226@compuserve.com>
Signed-off-by: NJens Axboe <axboe@suse.de>
上级 5a225791
......@@ -149,6 +149,13 @@ static void elevator_setup_default(void)
if (!chosen_elevator[0])
strcpy(chosen_elevator, CONFIG_DEFAULT_IOSCHED);
/*
* Be backwards-compatible with previous kernels, so users
* won't get the wrong elevator.
*/
if (!strcmp(chosen_elevator, "as"))
strcpy(chosen_elevator, "anticipatory");
/*
* If the given scheduler is not available, fall back to no-op.
*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册