]> git.sesse.net Git - bcachefs-tools-debian/blob - libbcachefs/replicas_types.h
Update bcachefs sources to b12d1535f3 bcachefs: fix bounds checks in bch2_bio_map()
[bcachefs-tools-debian] / libbcachefs / replicas_types.h
1 #ifndef _BCACHEFS_REPLICAS_TYPES_H
2 #define _BCACHEFS_REPLICAS_TYPES_H
3
4 struct bch_replicas_cpu {
5         struct rcu_head         rcu;
6         unsigned                nr;
7         unsigned                entry_size;
8         struct bch_replicas_entry entries[];
9 };
10
11 #endif /* _BCACHEFS_REPLICAS_TYPES_H */