Skip to content

Commit 4a45857

Browse files
Yang Liakpm00
Yang Li
authored andcommitted
nilfs2: add kernel-doc comments to nilfs_remove_all_gcinodes()
This commit adds kernel-doc style comments with complete parameter descriptions for the function nilfs_remove_all_gcinodes. Link: https://lkml.kernel.org/r/20240410075629.3441-4-konishi.ryusuke@gmail.com Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> Signed-off-by: Ryusuke Konishi <konishi.ryusuke@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
1 parent 3da9b96 commit 4a45857

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fs/nilfs2/gcinode.c

+1
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ int nilfs_init_gcinode(struct inode *inode)
175175

176176
/**
177177
* nilfs_remove_all_gcinodes() - remove all unprocessed gc inodes
178+
* @nilfs: NILFS filesystem instance
178179
*/
179180
void nilfs_remove_all_gcinodes(struct the_nilfs *nilfs)
180181
{

0 commit comments

Comments
 (0)