Re: [PATCH -next] fs: libfs: fix kernel-doc for mnt_userns

2021-03-01 Thread Christian Brauner
On Tue, Feb 16, 2021 at 09:48:25AM +0100, Christoph Hellwig wrote: > On Mon, Feb 15, 2021 at 08:29:27PM -0800, Randy Dunlap wrote: > > Fix kernel-doc warning in libfs.c. > > > > ../fs/libfs.c:498: warning: Function parameter or member 'mnt_userns' not > > described in 'simple_setattr' > >

Re: [PATCH -next] fs: libfs: fix kernel-doc for mnt_userns

2021-02-16 Thread Christian Brauner
On Tue, Feb 16, 2021 at 09:48:25AM +0100, Christoph Hellwig wrote: > On Mon, Feb 15, 2021 at 08:29:27PM -0800, Randy Dunlap wrote: > > Fix kernel-doc warning in libfs.c. > > > > ../fs/libfs.c:498: warning: Function parameter or member 'mnt_userns' not > > described in 'simple_setattr' > >

Re: [PATCH -next] fs: libfs: fix kernel-doc for mnt_userns

2021-02-16 Thread Christoph Hellwig
On Mon, Feb 15, 2021 at 08:29:27PM -0800, Randy Dunlap wrote: > Fix kernel-doc warning in libfs.c. > > ../fs/libfs.c:498: warning: Function parameter or member 'mnt_userns' not > described in 'simple_setattr' Shouldn't the subject say simple_setattr instead of mnt_userns? Otherwise looks good:

[PATCH -next] fs: libfs: fix kernel-doc for mnt_userns

2021-02-15 Thread Randy Dunlap
Fix kernel-doc warning in libfs.c. ../fs/libfs.c:498: warning: Function parameter or member 'mnt_userns' not described in 'simple_setattr' Fixes: 549c7297717c ("fs: make helpers idmap mount aware") Signed-off-by: Randy Dunlap Cc: Christoph Hellwig Cc: David Howells Cc: Al Viro Cc: