mbox series

[0/1] I want to add percent to output used/maximum files and blocks

Message ID 20230423082349.53474-1-megia.oscar@gmail.com
Headers show
Series I want to add percent to output used/maximum files and blocks | expand

Message

Oscar Megia López April 23, 2023, 8:23 a.m. UTC
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