Loading block/elevator.c +7 −0 Original line number Diff line number Diff line Loading @@ -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. */ Loading Loading
block/elevator.c +7 −0 Original line number Diff line number Diff line Loading @@ -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. */ Loading