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:
f3c4115
)
fs: efs: add MODULE_DESCRIPTION()
author
Jeff Johnson
<quic_jjohnson@quicinc.com>
Fri, 24 May 2024 23:45:00 +0000
(16:45 -0700)
committer
Christian Brauner
<brauner@kernel.org>
Tue, 28 May 2024 09:52:41 +0000
(11:52 +0200)
Fix the 'make W=1' warning:
WARNING: modpost: missing MODULE_DESCRIPTION() in fs/efs/efs.o
Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Link:
https://lore.kernel.org/r/20240524-md-fs-efs-v1-1-1729726e494f@quicinc.com
Acked-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/efs/inode.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/efs/inode.c
b/fs/efs/inode.c
index 7844ab24b81395711cafb0a1dddae5bc9c798479..462619e59766f57d0c56ff82d9152f906b2a3ffc 100644
(file)
--- a/
fs/efs/inode.c
+++ b/
fs/efs/inode.c
@@
-311,4
+311,5
@@
efs_block_t efs_map_block(struct inode *inode, efs_block_t block) {
return 0;
}
+MODULE_DESCRIPTION("Extent File System (efs)");
MODULE_LICENSE("GPL");