Documentation/filesystems/nfs/exporting.rst | 42 ++++------------------------- include/linux/exportfs.h | 33 ++++++++++++++++------- 2 files changed, 28 insertions(+), 47 deletions(-)
This short series removes some duplicated documentation and address some
kernel-doc issues:
WARNING: ../include/linux/exportfs.h:289 struct member 'get_uuid' not described in 'export_operations'
WARNING: ../include/linux/exportfs.h:289 struct member 'map_blocks' not described in 'export_operations'
WARNING: ../include/linux/exportfs.h:289 struct member 'commit_blocks' not described in 'export_operations'
WARNING: ../include/linux/exportfs.h:289 struct member 'permission' not described in 'export_operations'
WARNING: ../include/linux/exportfs.h:289 struct member 'open' not described in 'export_operations'
WARNING: ../include/linux/exportfs.h:289 struct member 'flags' not described in 'export_operations'
---
André Almeida (4):
exportfs: Fix kernel-doc output for get_name()
exportfs: Mark struct export_operations functions at kernel-doc
exportfs: Complete kernel-doc for struct export_operations
docs: exportfs: Use source code struct documentation
Documentation/filesystems/nfs/exporting.rst | 42 ++++-------------------------
include/linux/exportfs.h | 33 ++++++++++++++++-------
2 files changed, 28 insertions(+), 47 deletions(-)
---
base-commit: 9c7ef209cd0f7c1a92ed61eed3e835d6e4abc66c
change-id: 20260112-tonyk-fs_uuid-973d5fdfc76f
Best regards,
--
André Almeida <andrealmeid@igalia.com>
On 1/12/26 5:51 PM, André Almeida wrote: > This short series removes some duplicated documentation and address some > kernel-doc issues: > > WARNING: ../include/linux/exportfs.h:289 struct member 'get_uuid' not described in 'export_operations' > WARNING: ../include/linux/exportfs.h:289 struct member 'map_blocks' not described in 'export_operations' > WARNING: ../include/linux/exportfs.h:289 struct member 'commit_blocks' not described in 'export_operations' > WARNING: ../include/linux/exportfs.h:289 struct member 'permission' not described in 'export_operations' > WARNING: ../include/linux/exportfs.h:289 struct member 'open' not described in 'export_operations' > WARNING: ../include/linux/exportfs.h:289 struct member 'flags' not described in 'export_operations' For all 4 patches: Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Tested-by: Randy Dunlap <rdunlap@infradead.org> Thanks! > --- > André Almeida (4): > exportfs: Fix kernel-doc output for get_name() > exportfs: Mark struct export_operations functions at kernel-doc > exportfs: Complete kernel-doc for struct export_operations > docs: exportfs: Use source code struct documentation > > Documentation/filesystems/nfs/exporting.rst | 42 ++++------------------------- > include/linux/exportfs.h | 33 ++++++++++++++++------- > 2 files changed, 28 insertions(+), 47 deletions(-) > --- > base-commit: 9c7ef209cd0f7c1a92ed61eed3e835d6e4abc66c > change-id: 20260112-tonyk-fs_uuid-973d5fdfc76f > > Best regards, -- ~Randy
On Mon, 2026-01-12 at 22:51 -0300, André Almeida wrote: > This short series removes some duplicated documentation and address some > kernel-doc issues: > > WARNING: ../include/linux/exportfs.h:289 struct member 'get_uuid' not described in 'export_operations' > WARNING: ../include/linux/exportfs.h:289 struct member 'map_blocks' not described in 'export_operations' > WARNING: ../include/linux/exportfs.h:289 struct member 'commit_blocks' not described in 'export_operations' > WARNING: ../include/linux/exportfs.h:289 struct member 'permission' not described in 'export_operations' > WARNING: ../include/linux/exportfs.h:289 struct member 'open' not described in 'export_operations' > WARNING: ../include/linux/exportfs.h:289 struct member 'flags' not described in 'export_operations' > > --- > André Almeida (4): > exportfs: Fix kernel-doc output for get_name() > exportfs: Mark struct export_operations functions at kernel-doc > exportfs: Complete kernel-doc for struct export_operations > docs: exportfs: Use source code struct documentation > > Documentation/filesystems/nfs/exporting.rst | 42 ++++------------------------- > include/linux/exportfs.h | 33 ++++++++++++++++------- > 2 files changed, 28 insertions(+), 47 deletions(-) > --- > base-commit: 9c7ef209cd0f7c1a92ed61eed3e835d6e4abc66c > change-id: 20260112-tonyk-fs_uuid-973d5fdfc76f > > Best regards, LGTM: Reviewed-by: Jeff Layton <jlayton@kernel.org>
On Mon, 12 Jan 2026 22:51:23 -0300, André Almeida wrote:
> This short series removes some duplicated documentation and address some
> kernel-doc issues:
>
>
Applied to the vfs-7.0.misc branch of the vfs/vfs.git tree.
Patches in the vfs-7.0.misc 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-7.0.misc
[1/4] exportfs: Fix kernel-doc output for get_name()
https://git.kernel.org/vfs/vfs/c/c9ae970f7c11
[2/4] exportfs: Mark struct export_operations functions at kernel-doc
https://git.kernel.org/vfs/vfs/c/69639fccd6e3
[3/4] exportfs: Complete kernel-doc for struct export_operations
https://git.kernel.org/vfs/vfs/c/66982f431798
[4/4] docs: exportfs: Use source code struct documentation
https://git.kernel.org/vfs/vfs/c/4e9076eaa1a9
On Mon, Jan 12, 2026, at 8:51 PM, André Almeida wrote: > This short series removes some duplicated documentation and address some > kernel-doc issues: > > WARNING: ../include/linux/exportfs.h:289 struct member 'get_uuid' not > described in 'export_operations' > WARNING: ../include/linux/exportfs.h:289 struct member 'map_blocks' not > described in 'export_operations' > WARNING: ../include/linux/exportfs.h:289 struct member 'commit_blocks' > not described in 'export_operations' > WARNING: ../include/linux/exportfs.h:289 struct member 'permission' not > described in 'export_operations' > WARNING: ../include/linux/exportfs.h:289 struct member 'open' not > described in 'export_operations' > WARNING: ../include/linux/exportfs.h:289 struct member 'flags' not > described in 'export_operations' > > --- > André Almeida (4): > exportfs: Fix kernel-doc output for get_name() > exportfs: Mark struct export_operations functions at kernel-doc > exportfs: Complete kernel-doc for struct export_operations > docs: exportfs: Use source code struct documentation > > Documentation/filesystems/nfs/exporting.rst | 42 ++++------------------------- > include/linux/exportfs.h | 33 ++++++++++++++++------- > 2 files changed, 28 insertions(+), 47 deletions(-) > --- > base-commit: 9c7ef209cd0f7c1a92ed61eed3e835d6e4abc66c > change-id: 20260112-tonyk-fs_uuid-973d5fdfc76f > > Best regards, > -- > André Almeida <andrealmeid@igalia.com> Reviewed-by: Chuck Lever <chuck.lever@oracle.com> -- Chuck Lever
© 2016 - 2026 Red Hat, Inc.