Skip to content

Commit e3206c4

Browse files
arndbbrauner
authored andcommitted
exportfs: add module description
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> Link: https://lore.kernel.org/r/20250324173242.1501003-1-arnd@kernel.org Signed-off-by: Christian Brauner <brauner@kernel.org>
1 parent 9133607 commit e3206c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fs/exportfs/expfs.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -608,4 +608,5 @@ struct dentry *exportfs_decode_fh(struct vfsmount *mnt, struct fid *fid,
608608
}
609609
EXPORT_SYMBOL_GPL(exportfs_decode_fh);
610610

611+
MODULE_DESCRIPTION("Code mapping from inodes to file handles");
611612
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)