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/replicas_types.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 fs/bcachefs/replicas_types.h (limited to 'fs/bcachefs/replicas_types.h') diff --git a/fs/bcachefs/replicas_types.h b/fs/bcachefs/replicas_types.h new file mode 100644 index 000000000000..3061840b6a02 --- /dev/null +++ b/fs/bcachefs/replicas_types.h @@ -0,0 +1,11 @@ +#ifndef _BCACHEFS_REPLICAS_TYPES_H +#define _BCACHEFS_REPLICAS_TYPES_H + +struct bch_replicas_cpu { + struct rcu_head rcu; + unsigned nr; + unsigned entry_size; + struct bch_replicas_entry entries[]; +}; + +#endif /* _BCACHEFS_REPLICAS_TYPES_H */ -- cgit v1.2.3