]> www.infradead.org Git - users/hch/xfs.git/commit
bcachefs: Delete old faulty bch2_trans_unlock() call
authorKent Overstreet <kent.overstreet@linux.dev>
Fri, 28 Jun 2024 17:27:54 +0000 (13:27 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Fri, 28 Jun 2024 17:30:13 +0000 (13:30 -0400)
commit84db60001619b08e336a9e0d2344e71cec9011d1
tree4d382473ef763d65886edf2511ac63c0092e3c70
parent759b2e800f160d0749696669a0874436a72482c6
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>
fs/bcachefs/io_read.c