diff options
Diffstat (limited to 'libbcachefs/logged_ops.h')
-rw-r--r-- | libbcachefs/logged_ops.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbcachefs/logged_ops.h b/libbcachefs/logged_ops.h index 30ae9ef7..6dea6e2a 100644 --- a/libbcachefs/logged_ops.h +++ b/libbcachefs/logged_ops.h @@ -10,7 +10,7 @@ static inline int bch2_logged_op_update(struct btree_trans *trans, struct bkey_i *op) { - return bch2_btree_insert_nonextent(trans, BTREE_ID_logged_ops, op, 0); + return bch2_btree_insert_trans(trans, BTREE_ID_logged_ops, op, BTREE_ITER_cached); } int bch2_resume_logged_ops(struct bch_fs *); |