diff options
author | Yang Li <yang.lee@linux.alibaba.com> | 2024-04-10 09:56:29 +0200 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2024-04-26 06:07:08 +0200 |
commit | 4a458576941c78d905415a4a6edb48d4c04f7444 (patch) | |
tree | c83a1f193afa6fadd2fcef896e2bb9992f5f067e /fs/nilfs2 | |
parent | nilfs2: add kernel-doc comments to nilfs_btree_convert_and_insert() (diff) | |
download | linux-4a458576941c78d905415a4a6edb48d4c04f7444.tar.xz linux-4a458576941c78d905415a4a6edb48d4c04f7444.zip |
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>
Diffstat (limited to 'fs/nilfs2')
-rw-r--r-- | fs/nilfs2/gcinode.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nilfs2/gcinode.c b/fs/nilfs2/gcinode.c index bf9a11d58817..1c9ae36a03ab 100644 --- a/fs/nilfs2/gcinode.c +++ b/fs/nilfs2/gcinode.c @@ -175,6 +175,7 @@ int nilfs_init_gcinode(struct inode *inode) /** * nilfs_remove_all_gcinodes() - remove all unprocessed gc inodes + * @nilfs: NILFS filesystem instance */ void nilfs_remove_all_gcinodes(struct the_nilfs *nilfs) { |