Skip to content

Commit 84db600

Browse files
author
Kent Overstreet
committed
bcachefs: Delete old faulty bch2_trans_unlock() call
the unlock is now in read_extent, this fixes an assertion pop in read_from_stale_dirty_pointer() Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
1 parent 759b2e8 commit 84db600

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

fs/bcachefs/io_read.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,6 @@ static void bch2_read_retry_nodecode(struct bch_fs *c, struct bch_read_bio *rbio
389389

390390
bch2_bkey_buf_reassemble(&sk, c, k);
391391
k = bkey_i_to_s_c(sk.k);
392-
bch2_trans_unlock(trans);
393392

394393
if (!bch2_bkey_matches_ptr(c, k,
395394
rbio->pick.ptr,

0 commit comments

Comments
 (0)