projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bef1732
)
initrd: mark init_linuxrc as __init
author
Christoph Hellwig
<hch@lst.de>
Sat, 6 Jun 2020 13:54:39 +0000
(15:54 +0200)
committer
Christoph Hellwig
<hch@lst.de>
Thu, 30 Jul 2020 06:22:47 +0000
(08:22 +0200)
Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
init/do_mounts_initrd.c
patch
|
blob
|
history
diff --git
a/init/do_mounts_initrd.c
b/init/do_mounts_initrd.c
index e4f88e9e1c08397e1e7f44b9d25f2b8eae186d2d..57ad5b2da8f5f5e5729826c0789fd36e627d9c31 100644
(file)
--- a/
init/do_mounts_initrd.c
+++ b/
init/do_mounts_initrd.c
@@
-56,7
+56,7
@@
static int __init early_initrd(char *p)
}
early_param("initrd", early_initrd);
-static int init_linuxrc(struct subprocess_info *info, struct cred *new)
+static int
__init
init_linuxrc(struct subprocess_info *info, struct cred *new)
{
ksys_unshare(CLONE_FS | CLONE_FILES);
console_on_rootfs();