]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - libbcachefs/replicas_types.h
Update bcachefs sources to 8ffb42b3d0 bcachefs: Finish writing journal after journal...
[bcachefs-tools-debian] / libbcachefs / replicas_types.h
index 3061840b6a02bfb241b0bd01fcb764aa6c42a6e6..0535b1d3760edc1cdbc8284c44546f60f1ffb944 100644 (file)
@@ -2,10 +2,9 @@
 #define _BCACHEFS_REPLICAS_TYPES_H
 
 struct bch_replicas_cpu {
-       struct rcu_head         rcu;
        unsigned                nr;
        unsigned                entry_size;
-       struct bch_replicas_entry entries[];
+       struct bch_replicas_entry *entries;
 };
 
 #endif /* _BCACHEFS_REPLICAS_TYPES_H */