All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] resize2fs: remove unused variable 'c'
@ 2022-02-17  9:24 Lukas Czerner
  2022-02-17  9:24 ` [PATCH 2/3] libss: fix possible NULL pointer dereferece on allocation failure Lukas Czerner
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Lukas Czerner @ 2022-02-17  9:24 UTC (permalink / raw)
  To: tytso; +Cc: linux-ext4

Signed-off-by: Lukas Czerner <lczerner@redhat.com>
---
 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


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-04-28 17:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-17  9:24 [PATCH 1/3] resize2fs: remove unused variable 'c' Lukas Czerner
2022-02-17  9:24 ` [PATCH 2/3] libss: fix possible NULL pointer dereferece on allocation failure Lukas Czerner
2022-02-17  9:25 ` [PATCH 3/3] e2fsprogs: use mallinfo2 instead of mallinfo if available Lukas Czerner
2022-02-28 23:49   ` Andreas Dilger
2022-02-28 23:50   ` Andreas Dilger
2022-02-28 23:51 ` [PATCH 1/3] resize2fs: remove unused variable 'c' Andreas Dilger
2022-04-28 17:16 ` Theodore Ts'o

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.