···1079107910801080 if (ja->bucket_seq[ja->cur_idx] &&10811081 ja->sectors_free == ca->mi.bucket_size) {10821082+#if 010831083+ /*10841084+ * Debug code for ZNS support, where we (probably) want to be10851085+ * correlated where we stopped in the journal to the zone write10861086+ * points:10871087+ */10821088 bch_err(c, "ja->sectors_free == ca->mi.bucket_size");10831089 bch_err(c, "cur_idx %u/%u", ja->cur_idx, ja->nr);10841090 for (i = 0; i < 3; i++) {···1092108610931087 bch_err(c, "bucket_seq[%u] = %llu", idx, ja->bucket_seq[idx]);10941088 }10891089+#endif10951090 ja->sectors_free = 0;10961091 }10971092