Skip to content

Commit 4a45857

Browse files
Yang Liakpm00
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/[email protected] Signed-off-by: Yang Li <[email protected]> Signed-off-by: Ryusuke Konishi <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
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

Lines changed: 1 addition & 0 deletions
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)