mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 21:21:41 +00:00
bcachefs: Fix warning in __bch2_fsck_err() for trans not passed in
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
06a8693b89
commit
c99471024f
@ -1767,6 +1767,8 @@ static int __bch2_btree_root_read(struct btree_trans *trans, enum btree_id id,
|
||||
|
||||
set_btree_node_read_in_flight(b);
|
||||
|
||||
/* we can't pass the trans to read_done() for fsck errors, so it must be unlocked */
|
||||
bch2_trans_unlock(trans);
|
||||
bch2_btree_node_read(trans, b, true);
|
||||
|
||||
if (btree_node_read_error(b)) {
|
||||
|
Loading…
Reference in New Issue
Block a user