Skip to content

Commit

Permalink
init: fix removal warning for deprecated initrd loading
Browse files Browse the repository at this point in the history
This won't be removed in 2021, no matter how hard we try.

Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Martin Kepplinger <[email protected]>
Cc: Christoph Hellwig <[email protected]>
Cc: Joel Granados <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
  • Loading branch information
merge authored and akpm00 committed Dec 19, 2024
1 parent 02ac35b commit a7714c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/do_mounts_initrd.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ static void __init handle_initrd(char *root_device_name)
extern char *envp_init[];
int error;

pr_warn("using deprecated initrd support, will be removed in 2021.\n");
pr_warn("using deprecated initrd support, will be removed soon.\n");

real_root_dev = new_encode_dev(ROOT_DEV);
create_dev("/dev/root.old", Root_RAM0);
Expand Down

0 comments on commit a7714c0

Please sign in to comment.