diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2023-10-23 15:36:45 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-10-31 12:18:37 -0400 |
commit | d5eade93452bd1a892e2155e9bb723f04992bdac (patch) | |
tree | 2642da5698805104a8678fb49dd83da43cc8fa7b /fs/bcachefs/data_update.h | |
parent | 633169035a7ccdfe3a9eba0202dc2135baa07c72 (diff) | |
download | linux-d5eade93452bd1a892e2155e9bb723f04992bdac.tar.gz linux-d5eade93452bd1a892e2155e9bb723f04992bdac.tar.bz2 linux-d5eade93452bd1a892e2155e9bb723f04992bdac.zip |
bcachefs: move: convert to bbpos
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/data_update.h')
-rw-r--r-- | fs/bcachefs/data_update.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/bcachefs/data_update.h b/fs/bcachefs/data_update.h index 7ca1f98d7e94..9dc17b9d8379 100644 --- a/fs/bcachefs/data_update.h +++ b/fs/bcachefs/data_update.h @@ -23,6 +23,7 @@ struct data_update { struct bkey_buf k; struct data_update_opts data_opts; struct moving_context *ctxt; + struct bch_move_stats *stats; struct bch_write_op op; }; |