[thin_dump] Emit superblock flags

This commit is contained in:
Ming-Hung Tsai 2021-09-10 01:11:20 +08:00
parent 34f927d989
commit c133e62353

View File

@ -276,7 +276,7 @@ pub fn dump_metadata(
uuid: "".to_string(),
time: sb.time,
transaction: sb.transaction_id,
flags: None,
flags: if sb.flags.needs_check { Some(1) } else { None },
version: Some(2),
data_block_size: sb.data_block_size,
nr_data_blocks: data_root.nr_blocks,