diff options
Diffstat (limited to 'mkfs')
| -rw-r--r-- | mkfs/mkfs.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/mkfs/mkfs.c b/mkfs/mkfs.c index 89215c6..213fb36 100644 --- a/mkfs/mkfs.c +++ b/mkfs/mkfs.c @@ -232,7 +232,8 @@ int main(int argc, char **argv)  		sehnd = NULL;  	} -	fstree_post_process(&sqfs.fs); +	if (fstree_post_process(&sqfs.fs)) +		goto out;  	if (pack_files(sqfs.data, &sqfs.fs, &sqfs.stats, &opt))  		goto out; | 
