print out sequence number in show-super

This commit is contained in:
Kent Overstreet 2020-07-08 15:58:35 -04:00
parent ecdf4b64ad
commit b867ddadb3

View File

@ -717,6 +717,7 @@ void bch2_sb_print(struct bch_sb *sb, bool print_layout,
"Label: %s\n"
"Version: %llu\n"
"Created: %s\n"
"Squence number: %llu\n"
"Block_size: %s\n"
"Btree node size: %s\n"
"Error action: %s\n"
@ -747,6 +748,7 @@ void bch2_sb_print(struct bch_sb *sb, bool print_layout,
label,
le64_to_cpu(sb->version),
time_str,
le64_to_cpu(sb->seq),
pr_units(le16_to_cpu(sb->block_size), units),
pr_units(BCH_SB_BTREE_NODE_SIZE(sb), units),