From 2777dfe050359c359233b2f00dfb5c3b2dba4ed6 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Wed, 18 Dec 2019 15:55:03 +0100 Subject: Cleanup: merge the fstree post processing functions Instead of having 3 different functions for sorting the tree, numbering the nodes and generating a file list, that all have to be used in the right order, this commit merges them into a single "fstree_post_process" function. Signed-off-by: David Oberhollenzer --- tar/tar2sqfs.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tar/tar2sqfs.c') diff --git a/tar/tar2sqfs.c b/tar/tar2sqfs.c index cca604a..b070db8 100644 --- a/tar/tar2sqfs.c +++ b/tar/tar2sqfs.c @@ -551,6 +551,8 @@ int main(int argc, char **argv) if (process_tar_ball()) goto out; + fstree_post_process(&sqfs.fs); + if (sqfs_writer_finish(&sqfs, &cfg)) goto out; -- cgit v1.2.3