projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a94b521
)
init: mark create_dev as __init
author
Christoph Hellwig
<hch@lst.de>
Tue, 21 Jul 2020 10:20:16 +0000
(12:20 +0200)
committer
Christoph Hellwig
<hch@lst.de>
Fri, 31 Jul 2020 06:17:51 +0000
(08:17 +0200)
This helper is only used for the early init code.
Signed-off-by: Christoph Hellwig <hch@lst.de>
init/do_mounts.h
patch
|
blob
|
history
diff --git
a/init/do_mounts.h
b/init/do_mounts.h
index c855b3f0e06d19798952fced28afcbd4ac753818..021e2f60223e25c832b55cf963596c8e083e7b55 100644
(file)
--- a/
init/do_mounts.h
+++ b/
init/do_mounts.h
@@
-13,7
+13,7
@@
void mount_block_root(char *name, int flags);
void mount_root(void);
extern int root_mountflags;
-static inline int create_dev(char *name, dev_t dev)
+static inline
__init
int create_dev(char *name, dev_t dev)
{
ksys_unlink(name);
return ksys_mknod(name, S_IFBLK|0600, new_encode_dev(dev));