From 0c7db4eca3e6519043c10288cb41f8a0ee634a0b Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Fri, 30 Nov 2018 12:38:54 -0500 Subject: Update bcachefs sources to 62de7539dc bcachefs: Make bkey types globally unique --- libbcachefs/ec_types.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libbcachefs/ec_types.h') diff --git a/libbcachefs/ec_types.h b/libbcachefs/ec_types.h index feb36010..d0429810 100644 --- a/libbcachefs/ec_types.h +++ b/libbcachefs/ec_types.h @@ -5,7 +5,7 @@ #define EC_STRIPE_MAX 16 -struct ec_stripe { +struct stripe { size_t heap_idx; u16 sectors; @@ -15,7 +15,6 @@ struct ec_stripe { u8 nr_redundant; u8 alive; - atomic_t pin; atomic_t blocks_nonempty; atomic_t block_sectors[EC_STRIPE_MAX]; }; -- cgit v1.2.3