summaryrefslogtreecommitdiff
path: root/ext4_utils/ext4_utils.h
diff options
context:
space:
mode:
authorKen Sumrall <ksumrall@android.com>2011-06-29 20:28:30 -0700
committerKen Sumrall <ksumrall@android.com>2011-06-29 20:28:30 -0700
commit107a9f161babc20daf915311146b0e864d3b4157 (patch)
treef9dbc434d9c73b0750da8895ca16ca40f364f15d /ext4_utils/ext4_utils.h
parent7e5ff13c55eb29748c07768bd7134819cbcbd4b0 (diff)
downloadextras-107a9f161babc20daf915311146b0e864d3b4157.tar.gz
Bug fixes to make_ext4fs
Fix definition of uuid struct. Properly set the block_group number in each backup copy of the superblock. Adjust the info.total_inodes field after rounding up the inodes per block group. Add the option -t to initialize all the inode tables. If also specified with the -s option, use the CHUNK_TYPE_FILL sparse records to initialize them. Change-Id: Idd8bcee1b9bde3e82ad8da89ef974fbc12d7a6c6
Diffstat (limited to 'ext4_utils/ext4_utils.h')
-rw-r--r--ext4_utils/ext4_utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext4_utils/ext4_utils.h b/ext4_utils/ext4_utils.h
index 4518b98d..94f4bc9f 100644
--- a/ext4_utils/ext4_utils.h
+++ b/ext4_utils/ext4_utils.h
@@ -115,6 +115,7 @@ struct fs_info {
struct fs_aux_info {
struct ext4_super_block *sb;
+ struct ext4_super_block **backup_sb;
struct ext2_group_desc *bg_desc;
struct block_group_info *bgs;
u32 first_data_block;