Loading fs/bcachefs/btree_iter.c +2 −0 Original line number Diff line number Diff line Loading @@ -332,6 +332,8 @@ static int bch2_btree_iter_verify_ret(struct btree_iter *iter, struct bkey_s_c k void bch2_assert_pos_locked(struct btree_trans *trans, enum btree_id id, struct bpos pos, bool key_cache) { bch2_trans_verify_not_unlocked(trans); struct btree_path *path; struct trans_for_each_path_inorder_iter iter; struct printbuf buf = PRINTBUF; Loading Loading
fs/bcachefs/btree_iter.c +2 −0 Original line number Diff line number Diff line Loading @@ -332,6 +332,8 @@ static int bch2_btree_iter_verify_ret(struct btree_iter *iter, struct bkey_s_c k void bch2_assert_pos_locked(struct btree_trans *trans, enum btree_id id, struct bpos pos, bool key_cache) { bch2_trans_verify_not_unlocked(trans); struct btree_path *path; struct trans_for_each_path_inorder_iter iter; struct printbuf buf = PRINTBUF; Loading