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_do_roll_forward()

Patch series "nilfs2: fix missing kernel-doc comments".

This commit adds kernel-doc style comments with complete parameter
descriptions for the function nilfs_do_roll_forward.

Link: https://lkml.kernel.org/r/20240410075629.3441-1-konishi.ryusuke@gmail.com
Link: https://lkml.kernel.org/r/20240410075629.3441-2-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
27258440 051e7503

+1
+1
fs/nilfs2/recovery.c
··· 563 563 * checkpoint 564 564 * @nilfs: nilfs object 565 565 * @sb: super block instance 566 + * @root: NILFS root instance 566 567 * @ri: pointer to a nilfs_recovery_info 567 568 */ 568 569 static int nilfs_do_roll_forward(struct the_nilfs *nilfs,