diff options
Diffstat (limited to 'toys/e2fs.h')
-rw-r--r-- | toys/e2fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/e2fs.h b/toys/e2fs.h index 49eb4c40..ef8f5e8b 100644 --- a/toys/e2fs.h +++ b/toys/e2fs.h @@ -61,7 +61,7 @@ struct ext2_superblock { uint32_t first_meta_bg; // First metablock block group uint32_t mkfs_time; // Creation timestamp uint32_t jnl_blocks[17]; // Backup of journal inode - uint32_t reserved[172]; // Padding to the end of the block + // uint32_t reserved[172]; // Padding to the end of the block }; struct ext2_group |