提交 b7bfcf7c 编写于 作者: J Jens Axboe

[BLOCK] elevator: if specified scheduler is not found, fall back to default

Signed-off-by: NJens Axboe <axboe@suse.de>
上级 752a3b79
......@@ -157,12 +157,12 @@ static void elevator_setup_default(void)
strcpy(chosen_elevator, "anticipatory");
/*
* If the given scheduler is not available, fall back to no-op.
* If the given scheduler is not available, fall back to the default
*/
if ((e = elevator_find(chosen_elevator)))
elevator_put(e);
else
strcpy(chosen_elevator, "noop");
strcpy(chosen_elevator, CONFIG_DEFAULT_IOSCHED);
}
static int __init elevator_setup(char *str)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册