[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240410075629.3441-2-konishi.ryusuke@gmail.com>
Date: Wed, 10 Apr 2024 16:56:27 +0900
From: Ryusuke Konishi <konishi.ryusuke@...il.com>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: linux-nilfs <linux-nilfs@...r.kernel.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH 1/3] nilfs2: Add kernel-doc comments to nilfs_do_roll_forward()
From: Yang Li <yang.lee@...ux.alibaba.com>
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>
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@...il.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.34.1
Powered by blists - more mailing lists