projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8e0f1e
)
fs: autofs: add MODULE_DESCRIPTION()
author
Jeff Johnson
<quic_jjohnson@quicinc.com>
Mon, 27 May 2024 19:22:16 +0000
(12:22 -0700)
committer
Christian Brauner
<brauner@kernel.org>
Tue, 28 May 2024 10:06:59 +0000
(12:06 +0200)
Fix the 'make W=1' warning:
WARNING: modpost: missing MODULE_DESCRIPTION() in fs/autofs/autofs4.o
Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Link:
https://lore.kernel.org/r/20240527-md-fs-autofs-v1-1-e06db1951bd1@quicinc.com
Acked-by: Al Viro <viro@zeniv.linux.org.uk>
Acked-by: Ian Kent <raven@themaw.net>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/autofs/init.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/autofs/init.c
b/fs/autofs/init.c
index b5e4dfa04ed0c555dafbd81aa695f9595626b11f..1d644a35ffa08b0a1c5f8670f7f2811830548012 100644
(file)
--- a/
fs/autofs/init.c
+++ b/
fs/autofs/init.c
@@
-38,4
+38,5
@@
static void __exit exit_autofs_fs(void)
module_init(init_autofs_fs)
module_exit(exit_autofs_fs)
+MODULE_DESCRIPTION("Kernel automounter support");
MODULE_LICENSE("GPL");