[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230423082349.53474-1-megia.oscar@gmail.com>
Date: Sun, 23 Apr 2023 10:23:48 +0200
From: Oscar Megia López <megia.oscar@...il.com>
To: linux-ext4@...r.kernel.org
Cc: Oscar Megia López <megia.oscar@...il.com>
Subject: [PATCH 0/1] I want to add percent to output used/maximum files and blocks
I think this is good information because
numbers alone are not enough for people.
I check that the denominator is zero for safety,
may never be zero, but I prefer to check.
Same for copying in char pointers. I prefer to use snprintf,
than sprintf or strcpy, because this way it won't never
overrun the pointer size.
My experience says that there is to check all possibilities,
even if I think that never will happen (error free).
Oscar Megia López (1):
e2fsck: Add percent to files and blocks feature
e2fsck/unix.c | 25 +++++++++++++++++++++++--
1 file changed, 23 insertions(+), 2 deletions(-)
base-commit: 25ad8a431331b4d1d444a70b6079456cc612ac40
--
2.40.0
Powered by blists - more mailing lists