Hi,
This patch series introduces two minor improvements to the erofs-utils tools:
1. dump.erofs: Removes a redundant conditional branch in the filesize
distribution output logic to clean up the code.
2. fsck.erofs: Adds a warning message when encountering an unsupported file
type during extraction, rather than silently skipping it.
Thanks,
Nithurshen
Nithurshen (2):
erofs-utils: dump: remove redundant conditional branch in filesize
distribution
erofs-utils: fsck: add warning for unsupported file types during
extraction
dump/main.c | 3 ---
fsck/main.c | 3 ++-
2 files changed, 2 insertions(+), 4 deletions(-)
--
2.51.0