Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Yang Li and committed by
Andrew Morton
4a458576 3da9b965

+1
+1
fs/nilfs2/gcinode.c
··· 175 175 176 176 /** 177 177 * nilfs_remove_all_gcinodes() - remove all unprocessed gc inodes 178 + * @nilfs: NILFS filesystem instance 178 179 */ 179 180 void nilfs_remove_all_gcinodes(struct the_nilfs *nilfs) 180 181 {