Skip to content

Commit 59347d9

Browse files
rddunlapChristian Brauner
authored andcommitted
libfs: fix kernel-doc for mnt_userns
Fix kernel-doc warning in libfs.c. ../fs/libfs.c:498: warning: Function parameter or member 'mnt_userns' not described in 'simple_setattr' Link: https://lore.kernel.org/r/20210216042929.8931-2-rdunlap@infradead.org/ Fixes: 549c729 ("fs: make helpers idmap mount aware") Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: David Howells <dhowells@redhat.com> Cc: Al Viro <viro@zeniv.linux.org.uk> Cc: linux-fsdevel@vger.kernel.org Cc: Christian Brauner <christian.brauner@ubuntu.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Acked-by: Christian Brauner <christian.brauner@ubuntu.com> Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
1 parent a38fd87 commit 59347d9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

fs/libfs.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,7 @@ EXPORT_SYMBOL(simple_rename);
481481

482482
/**
483483
* simple_setattr - setattr for simple filesystem
484+
* @mnt_userns: user namespace of the target mount
484485
* @dentry: dentry
485486
* @iattr: iattr structure
486487
*

0 commit comments

Comments
 (0)