]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - libbcachefs/buckets_types.h
Update bcachefs sources to fe72e70682 bcachefs: Fix for btree_gc repairing interior...
[bcachefs-tools-debian] / libbcachefs / buckets_types.h
index 588b1a72adaec00ddc17b24df784b6540a7935b1..b2de2995c5e7f5b157a0f0359a1eac8b6bc5672d 100644 (file)
@@ -59,6 +59,11 @@ struct bch_dev_usage {
        struct {
                u64             buckets;
                u64             sectors; /* _compressed_ sectors: */
+               /*
+                * XXX
+                * Why do we have this? Isn't it just buckets * bucket_size -
+                * sectors?
+                */
                u64             fragmented;
        }                       d[BCH_DATA_NR];
 };