summaryrefslogtreecommitdiff
path: root/ext4_utils/ext4_utils.c
diff options
context:
space:
mode:
authorMohamad Ayyash <mkayyash@google.com>2016-02-12 21:40:52 -0800
committerMohamad Ayyash <mkayyash@google.com>2016-02-18 20:41:56 -0800
commit3d960843a2260a98c8df5cc39ca0dbf3d675f1a2 (patch)
tree46028410b72a16e0810438ebf0f64619631597f6 /ext4_utils/ext4_utils.c
parent2b2efb53fa6b0f8cb3e41d13c665d88181a5cd4e (diff)
downloadextras-3d960843a2260a98c8df5cc39ca0dbf3d675f1a2.tar.gz
Redesign make_ext4fs to incrementally generate ext4 images
Allows passing a blk mapping file through -Z which preserves the location of those mapping in existing files Internal Design Doc: go/incremental-ext4 BUG: 26839493 Change-Id: I447873bf65ae66dab9923e5a11c497f0722750df Signed-off-by: Mohamad Ayyash <mkayyash@google.com>
Diffstat (limited to 'ext4_utils/ext4_utils.c')
-rw-r--r--ext4_utils/ext4_utils.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext4_utils/ext4_utils.c b/ext4_utils/ext4_utils.c
index 28f650d4..fba4f9fa 100644
--- a/ext4_utils/ext4_utils.c
+++ b/ext4_utils/ext4_utils.c
@@ -49,6 +49,7 @@ int force = 0;
struct fs_info info;
struct fs_aux_info aux_info;
struct sparse_file *ext4_sparse_file;
+struct block_allocation *base_fs_allocations = NULL;
jmp_buf setjmp_env;