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  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Fri, 29 May 2020 08:52:58 +0200
From:   Jan Kara <jack@...e.cz>
To:     Yi Wang <wang.yi59@....com.cn>
Cc:     jeffm@...e.com, jack@...e.cz, reiserfs-devel@...r.kernel.org,
        linux-kernel@...r.kernel.org, xue.zhihong@....com.cn,
        wang.liang82@....com.cn, Liao Pingfang <liao.pingfang@....com.cn>
Subject: Re: [PATCH] reiserfs: Replace kmalloc with kcalloc in the comment

On Fri 29-05-20 09:02:30, Yi Wang wrote:
> From: Liao Pingfang <liao.pingfang@....com.cn>
> 
> Use kcalloc instead of kmalloc in the comment according to
> the previous kcalloc() call.
> 
> Signed-off-by: Liao Pingfang <liao.pingfang@....com.cn>

Thanks. I've added the patch to my tree.

								Honza

> ---
>  fs/reiserfs/inode.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/fs/reiserfs/inode.c b/fs/reiserfs/inode.c
> index 6419e6d..21ad762 100644
> --- a/fs/reiserfs/inode.c
> +++ b/fs/reiserfs/inode.c
> @@ -1066,7 +1066,7 @@ int reiserfs_get_block(struct inode *inode, sector_t block,
>  			} else {
>  				/* paste hole to the indirect item */
>  				/*
> -				 * If kmalloc failed, max_to_insert becomes
> +				 * If kcalloc failed, max_to_insert becomes
>  				 * zero and it means we only have space for
>  				 * one block
>  				 */
> -- 
> 2.9.5
> 
-- 
Jan Kara <jack@...e.com>
SUSE Labs, CR

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ