Re: [PATCH 0/4] exportfs: Some kernel-doc fixes

From: Jeff Layton

Date: Tue Jan 13 2026 - 06:19:23 EST


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@xxxxxxxxxx>