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] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 28 Feb 2022 16:51:03 -0700
From:   Andreas Dilger <adilger@...ger.ca>
To:     Lukas Czerner <lczerner@...hat.com>
Cc:     tytso@....edu, linux-ext4@...r.kernel.org
Subject: Re: [PATCH 1/3] resize2fs: remove unused variable 'c'

On Feb 17, 2022, at 2:24 AM, Lukas Czerner <lczerner@...hat.com> wrote:
> 
> Signed-off-by: Lukas Czerner <lczerner@...hat.com>

Reviewed-by: Andreas Dilger <adilger@...ger.ca>

> ---
> resize/resize2fs.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/resize/resize2fs.c b/resize/resize2fs.c
> index b9783e8c..d69cb01e 100644
> --- a/resize/resize2fs.c
> +++ b/resize/resize2fs.c
> @@ -2847,7 +2847,7 @@ static errcode_t resize2fs_calculate_summary_stats(ext2_filsys fs)
> 	errcode_t	retval;
> 	blk64_t		blk = fs->super->s_first_data_block;
> 	ext2_ino_t	ino;
> -	unsigned int	n, c, group, count;
> +	unsigned int	n, group, count;
> 	blk64_t		total_clusters_free = 0;
> 	int		total_inodes_free = 0;
> 	int		group_free = 0;
> --
> 2.34.1
> 


Cheers, Andreas






Download attachment "signature.asc" of type "application/pgp-signature" (874 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ