Remove 7z archive with test images
[lwext4.git] / fs_test / lwext4_mkfs.c
index 7579c8d05ff85bd4dc42dc9bf3bc0bcb62f8a9c4..ac6b4fa099ae459ae0c039ac108babb2b071a6e2 100644 (file)
@@ -56,6 +56,7 @@ static int fs_type = F_SET_EXT4;
 static struct ext4_fs fs;
 static struct ext4_mkfs_info info = {
        .block_size = 1024,
+       .journal = true,
 };
 
 static bool verbose = false;