We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bef1732 commit f0ea68fCopy full SHA for f0ea68f
init/do_mounts_initrd.c
@@ -56,7 +56,7 @@ static int __init early_initrd(char *p)
56
}
57
early_param("initrd", early_initrd);
58
59
-static int init_linuxrc(struct subprocess_info *info, struct cred *new)
+static int __init init_linuxrc(struct subprocess_info *info, struct cred *new)
60
{
61
ksys_unshare(CLONE_FS | CLONE_FILES);
62
console_on_rootfs();
0 commit comments