mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
bcachefs: unlock_long() before resort in journal replay
Fix another SRCU splat - this one pretty harmless. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
cecc328240
commit
1dceae4cc1
1 changed files with 1 additions and 0 deletions
|
@ -322,6 +322,7 @@ int bch2_journal_replay(struct bch_fs *c)
|
|||
}
|
||||
}
|
||||
|
||||
bch2_trans_unlock_long(trans);
|
||||
/*
|
||||
* Now, replay any remaining keys in the order in which they appear in
|
||||
* the journal, unpinning those journal entries as we go:
|
||||
|
|
Loading…
Add table
Reference in a new issue