diff options
author | 2023-10-23 15:36:45 -0400 | |
---|---|---|
committer | 2023-10-31 12:18:37 -0400 | |
commit | d5eade93452bd1a892e2155e9bb723f04992bdac (patch) | |
tree | 2642da5698805104a8678fb49dd83da43cc8fa7b /fs/bcachefs/move_types.h | |
parent | bcachefs: moving_context now owns a btree_trans (diff) | |
download | wireguard-linux-d5eade93452bd1a892e2155e9bb723f04992bdac.tar.xz wireguard-linux-d5eade93452bd1a892e2155e9bb723f04992bdac.zip |
bcachefs: move: convert to bbpos
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/move_types.h')
-rw-r--r-- | fs/bcachefs/move_types.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fs/bcachefs/move_types.h b/fs/bcachefs/move_types.h index baf1f8570b3f..f402aa179bbe 100644 --- a/fs/bcachefs/move_types.h +++ b/fs/bcachefs/move_types.h @@ -2,10 +2,11 @@ #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 bbpos pos; struct list_head list; char name[32]; |