mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-23 12:14:10 +08:00
fs: hfs: add MODULE_DESCRIPTION()
Fix the 'make W=1' warning: WARNING: modpost: missing MODULE_DESCRIPTION() in fs/hfs/hfs.o Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com> Link: https://lore.kernel.org/r/20240527-md-fs-hfs-v1-1-4be79ef7e187@quicinc.com Acked-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Christian Brauner <brauner@kernel.org>
This commit is contained in:
parent
7cd99cea40
commit
64656602e9
@ -28,6 +28,7 @@
|
||||
|
||||
static struct kmem_cache *hfs_inode_cachep;
|
||||
|
||||
MODULE_DESCRIPTION("Apple Macintosh file system support");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
||||
static int hfs_sync_fs(struct super_block *sb, int wait)
|
||||
|
Loading…
Reference in New Issue
Block a user