From b7faff24bb44d32dd316144dc3f9091937772d2d Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Mon, 19 Aug 2019 23:17:03 +0200 Subject: Fix packer statistics Needs regenerating of the file list that was ripped up and rearranged during file packing. Signed-off-by: David Oberhollenzer --- tar/tar2sqfs.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tar/tar2sqfs.c') diff --git a/tar/tar2sqfs.c b/tar/tar2sqfs.c index ed3aea1..dd602f5 100644 --- a/tar/tar2sqfs.c +++ b/tar/tar2sqfs.c @@ -437,8 +437,10 @@ int main(int argc, char **argv) if (padd_file(outfd, super.bytes_used, devblksize)) goto out; - if (!quiet) + if (!quiet) { + fstree_gen_file_list(&fs); sqfs_print_statistics(&fs, &super); + } status = EXIT_SUCCESS; out: -- cgit v1.2.3