[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240322073240.91639-1-yang.lee@linux.alibaba.com>
Date: Fri, 22 Mar 2024 15:32:38 +0800
From: Yang Li <yang.lee@...ux.alibaba.com>
To: konishi.ryusuke@...il.com
Cc: linux-nilfs@...r.kernel.org,
linux-kernel@...r.kernel.org,
Yang Li <yang.lee@...ux.alibaba.com>
Subject: [PATCH -next 1/3] fs: Add kernel-doc comments to nilfs_do_roll_forward()
This commit adds kernel-doc style comments with complete parameter
descriptions for the function nilfs_do_roll_forward.
Signed-off-by: Yang Li <yang.lee@...ux.alibaba.com>
---
fs/nilfs2/recovery.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/fs/nilfs2/recovery.c b/fs/nilfs2/recovery.c
index 49a70c68bf3c..e48372618ac4 100644
--- a/fs/nilfs2/recovery.c
+++ b/fs/nilfs2/recovery.c
@@ -563,6 +563,7 @@ static int nilfs_recover_dsync_blocks(struct the_nilfs *nilfs,
* checkpoint
* @nilfs: nilfs object
* @sb: super block instance
+ * @root: NILFS root instance
* @ri: pointer to a nilfs_recovery_info
*/
static int nilfs_do_roll_forward(struct the_nilfs *nilfs,
--
2.20.1.7.g153144c
Powered by blists - more mailing lists