summaryrefslogtreecommitdiff
path: root/libbcachefs.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbcachefs.c')
-rw-r--r--libbcachefs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libbcachefs.c b/libbcachefs.c
index e7c1ca23..e359d48b 100644
--- a/libbcachefs.c
+++ b/libbcachefs.c
@@ -623,8 +623,6 @@ static void bch2_sb_print_clean(struct bch_sb *sb, struct bch_sb_field *f,
printf(" flags: %x", le32_to_cpu(clean->flags));
- printf(" read clock: %x", le16_to_cpu(clean->read_clock));
- printf(" write clock: %x", le16_to_cpu(clean->write_clock));
printf(" journal seq: %llx", le64_to_cpu(clean->journal_seq));
}