Re: [PATCH 0/4] exportfs: Some kernel-doc fixes
From: Randy Dunlap
Date: Tue Jan 13 2026 - 20:16:27 EST
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@xxxxxxxxxxxxx>
Tested-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
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