From 7a920560d727701c4397a5448085f99bf9f060d5 Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Tue, 30 Oct 2018 14:14:19 -0400 Subject: bcachefs: kill struct bch_replicas_cpu_entry Signed-off-by: Kent Overstreet --- fs/bcachefs/super_types.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'fs/bcachefs/super_types.h') diff --git a/fs/bcachefs/super_types.h b/fs/bcachefs/super_types.h index 4d8265bb3154..04a15729a244 100644 --- a/fs/bcachefs/super_types.h +++ b/fs/bcachefs/super_types.h @@ -36,18 +36,6 @@ struct bch_member_cpu { u8 valid; }; -struct bch_replicas_cpu_entry { - u8 data_type; - u8 devs[BCH_SB_MEMBERS_MAX / 8]; -}; - -struct bch_replicas_cpu { - struct rcu_head rcu; - unsigned nr; - unsigned entry_size; - struct bch_replicas_cpu_entry entries[]; -}; - struct bch_disk_group_cpu { bool deleted; u16 parent; -- cgit v1.2.3