diff options
Diffstat (limited to 'libbcachefs/move_types.h')
-rw-r--r-- | libbcachefs/move_types.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libbcachefs/move_types.h b/libbcachefs/move_types.h index baf1f857..e22841ef 100644 --- a/libbcachefs/move_types.h +++ b/libbcachefs/move_types.h @@ -2,17 +2,17 @@ #ifndef _BCACHEFS_MOVE_TYPES_H #define _BCACHEFS_MOVE_TYPES_H +#include "bbpos_types.h" + struct bch_move_stats { enum bch_data_type data_type; - enum btree_id btree_id; - struct bpos pos; - struct list_head list; + struct bbpos pos; char name[32]; atomic64_t keys_moved; atomic64_t keys_raced; - atomic64_t sectors_moved; atomic64_t sectors_seen; + atomic64_t sectors_moved; atomic64_t sectors_raced; }; |