* [PATCH] fs: btrfs: add MODULE_DESCRIPTION()
@ 2024-05-27 17:56 Jeff Johnson
2024-05-27 20:05 ` David Sterba
0 siblings, 1 reply; 2+ messages in thread
From: Jeff Johnson @ 2024-05-27 17:56 UTC (permalink / raw)
To: Chris Mason, Josef Bacik, David Sterba
Cc: linux-btrfs, linux-kernel, kernel-janitors, Jeff Johnson
Fix the 'make W=1' warning:
WARNING: modpost: missing MODULE_DESCRIPTION() in fs/btrfs/btrfs.o
Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
---
fs/btrfs/super.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c
index f05cce7c8b8d..649913e13bc0 100644
--- a/fs/btrfs/super.c
+++ b/fs/btrfs/super.c
@@ -2590,6 +2590,7 @@ static int __init init_btrfs_fs(void)
late_initcall(init_btrfs_fs);
module_exit(exit_btrfs_fs)
+MODULE_DESCRIPTION("B-Tree File System (BTRFS)");
MODULE_LICENSE("GPL");
MODULE_SOFTDEP("pre: crc32c");
MODULE_SOFTDEP("pre: xxhash64");
---
base-commit: 2bfcfd584ff5ccc8bb7acde19b42570414bf880b
change-id: 20240527-md-fs-btrfs-9333db7e7fea
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] fs: btrfs: add MODULE_DESCRIPTION()
2024-05-27 17:56 [PATCH] fs: btrfs: add MODULE_DESCRIPTION() Jeff Johnson
@ 2024-05-27 20:05 ` David Sterba
0 siblings, 0 replies; 2+ messages in thread
From: David Sterba @ 2024-05-27 20:05 UTC (permalink / raw)
To: Jeff Johnson
Cc: Chris Mason, Josef Bacik, David Sterba, linux-btrfs, linux-kernel,
kernel-janitors
On Mon, May 27, 2024 at 10:56:59AM -0700, Jeff Johnson wrote:
> Fix the 'make W=1' warning:
> WARNING: modpost: missing MODULE_DESCRIPTION() in fs/btrfs/btrfs.o
>
> Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
Added to for-next, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-05-27 20:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-27 17:56 [PATCH] fs: btrfs: add MODULE_DESCRIPTION() Jeff Johnson
2024-05-27 20:05 ` David Sterba
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox