* [PATCH 01/10] exportfs: add module description
@ 2025-03-24 17:32 Arnd Bergmann
2025-03-25 14:58 ` (subset) " Christian Brauner
0 siblings, 1 reply; 2+ messages in thread
From: Arnd Bergmann @ 2025-03-24 17:32 UTC (permalink / raw)
To: Jeff Johnson, Andrew Morton, Masahiro Yamada, Chuck Lever,
Jeff Layton
Cc: Stephen Rothwell, linux-next, Arnd Bergmann, Amir Goldstein,
Christian Brauner, NeilBrown, linux-fsdevel, linux-nfs,
linux-kernel
From: Arnd Bergmann <arnd@arndb.de>
Every loadable module should have a description, to avoid a warning such as:
WARNING: modpost: missing MODULE_DESCRIPTION() in fs/exportfs/exportfs.o
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
---
fs/exportfs/expfs.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/fs/exportfs/expfs.c b/fs/exportfs/expfs.c
index b5845c4846b8..8a5f42c620af 100644
--- a/fs/exportfs/expfs.c
+++ b/fs/exportfs/expfs.c
@@ -608,4 +608,5 @@ struct dentry *exportfs_decode_fh(struct vfsmount *mnt, struct fid *fid,
}
EXPORT_SYMBOL_GPL(exportfs_decode_fh);
+MODULE_DESCRIPTION("Code mapping from inodes to NFS file handles");
MODULE_LICENSE("GPL");
--
2.39.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: (subset) [PATCH 01/10] exportfs: add module description
2025-03-24 17:32 [PATCH 01/10] exportfs: add module description Arnd Bergmann
@ 2025-03-25 14:58 ` Christian Brauner
0 siblings, 0 replies; 2+ messages in thread
From: Christian Brauner @ 2025-03-25 14:58 UTC (permalink / raw)
To: Arnd Bergmann
Cc: Christian Brauner, Stephen Rothwell, linux-next, Arnd Bergmann,
Amir Goldstein, NeilBrown, linux-fsdevel, linux-nfs, linux-kernel,
Jeff Johnson, Andrew Morton, Masahiro Yamada, Chuck Lever,
Jeff Layton
On Mon, 24 Mar 2025 18:32:26 +0100, Arnd Bergmann wrote:
> Every loadable module should have a description, to avoid a warning such as:
>
> WARNING: modpost: missing MODULE_DESCRIPTION() in fs/exportfs/exportfs.o
>
>
I've removed mentioning of NFS from the module description because
exportfs is now used for a lot more.
---
Applied to the vfs.fixes branch of the vfs/vfs.git tree.
Patches in the vfs.fixes branch should appear in linux-next soon.
Please report any outstanding bugs that were missed during review in a
new review to the original patch series allowing us to drop it.
It's encouraged to provide Acked-bys and Reviewed-bys even though the
patch has now been applied. If possible patch trailers will be updated.
Note that commit hashes shown below are subject to change due to rebase,
trailer updates or similar. If in doubt, please check the listed branch.
tree: https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
branch: vfs.fixes
[01/10] exportfs: add module description
https://git.kernel.org/vfs/vfs/c/e3206c4aa06f
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-03-25 14:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-24 17:32 [PATCH 01/10] exportfs: add module description Arnd Bergmann
2025-03-25 14:58 ` (subset) " Christian Brauner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox