summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorgkostka <kostka.grzegorz@gmail.com>2017-02-21 21:30:54 +0100
committergkostka <kostka.grzegorz@gmail.com>2017-02-21 22:05:26 +0100
commit12af982ed6f006c0ff4b73a2dc266d139d490904 (patch)
tree4093a7f22678c4425c30cdce1ccd2b3814aef60f /include
parent958b570b8fe80913ed607a15a3548cadac8a1195 (diff)
ext4_mkfs: add journal node creation support
Diffstat (limited to 'include')
-rw-r--r--include/ext4_mkfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ext4_mkfs.h b/include/ext4_mkfs.h
index e22ff88..1cbe31a 100644
--- a/include/ext4_mkfs.h
+++ b/include/ext4_mkfs.h
@@ -63,7 +63,7 @@ struct ext4_mkfs_info {
uint16_t feat_incompat;
uint32_t bg_desc_reserve_blocks;
uint16_t dsc_size;
- uint8_t journal;
+ bool journal;
const char *label;
};