Skip to content

Commit 052e97d

Browse files
mergeakpm00
authored andcommitted
init: fix removal warning for deprecated initrd loading
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]>
1 parent 123f5d5 commit 052e97d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init/do_mounts_initrd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ static void __init handle_initrd(char *root_device_name)
8989
extern char *envp_init[];
9090
int error;
9191

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

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

0 commit comments

Comments
 (0)