[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20191104114036.9893-5-cgxu519@mykernel.net>
Date: Mon, 4 Nov 2019 19:40:36 +0800
From: Chengguang Xu <cgxu519@...ernel.net>
To: jack@...e.com
Cc: linux-ext4@...r.kernel.org, Chengguang Xu <cgxu519@...ernel.net>
Subject: [PATCH 5/5] ext2: fix improper function comment
Just fix a improper function comment.
Signed-off-by: Chengguang Xu <cgxu519@...ernel.net>
---
fs/ext2/balloc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/ext2/balloc.c b/fs/ext2/balloc.c
index 9a9bd566243d..4180467122d0 100644
--- a/fs/ext2/balloc.c
+++ b/fs/ext2/balloc.c
@@ -749,7 +749,7 @@ ext2_try_to_allocate(struct super_block *sb, int group,
* but we will shift to the place where start_block is,
* then start from there, when looking for a reservable space.
*
- * @size: the target new reservation window size
+ * @sb: the super block.
*
* @group_first_block: the first block we consider to start
* the real search from
--
2.20.1
Powered by blists - more mailing lists