lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
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