diff options
Diffstat (limited to 'libbcachefs/move.c')
-rw-r--r-- | libbcachefs/move.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libbcachefs/move.c b/libbcachefs/move.c index 26a2c4fb..3f378bb0 100644 --- a/libbcachefs/move.c +++ b/libbcachefs/move.c @@ -148,8 +148,7 @@ static int bch2_migrate_index_update(struct bch_write_op *op) goto next; } - bch2_trans_update(&trans, - BTREE_INSERT_ENTRY(iter, insert)); + bch2_trans_update(&trans, iter, insert); ret = bch2_trans_commit(&trans, &op->res, op_journal_seq(op), |