Thread (35 messages) 35 messages, 6 authors, 2020-09-04
STALE2122d

[PATCH 06/23] init: mark console_on_rootfs as __init

From: Christoph Hellwig <hch@lst.de>
Date: 2020-07-28 16:34:37
Also in: linux-fsdevel, linux-raid, lkml
Subsystem: the rest · Maintainer: Linus Torvalds

This helper is only used for the early init code.

Signed-off-by: Christoph Hellwig <hch@lst.de>
---
 init/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/init/main.c b/init/main.c
index c2c9143db96795..47698427b15f62 100644
--- a/init/main.c
+++ b/init/main.c
@@ -1458,7 +1458,7 @@ static int __ref kernel_init(void *unused)
 }
 
 /* Open /dev/console, for stdin/stdout/stderr, this should never fail */
-void console_on_rootfs(void)
+void __init console_on_rootfs(void)
 {
 	struct file *file = filp_open("/dev/console", O_RDWR, 0);
 
-- 
2.27.0
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help