aboutsummaryrefslogtreecommitdiff
path: root/mkfs/mkfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'mkfs/mkfs.c')
-rw-r--r--mkfs/mkfs.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mkfs/mkfs.c b/mkfs/mkfs.c
index ea01452..89215c6 100644
--- a/mkfs/mkfs.c
+++ b/mkfs/mkfs.c
@@ -232,8 +232,7 @@ int main(int argc, char **argv)
sehnd = NULL;
}
- tree_node_sort_recursive(sqfs.fs.root);
- fstree_gen_file_list(&sqfs.fs);
+ fstree_post_process(&sqfs.fs);
if (pack_files(sqfs.data, &sqfs.fs, &sqfs.stats, &opt))
goto out;