projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cecc328
)
bcachefs: unlock_long() before resort in journal replay
author
Kent Overstreet
<kent.overstreet@linux.dev>
Tue, 20 Aug 2024 16:10:33 +0000
(12:10 -0400)
committer
Kent Overstreet
<kent.overstreet@linux.dev>
Thu, 22 Aug 2024 06:07:23 +0000
(
02:07
-0400)
Fix another SRCU splat - this one pretty harmless.
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/recovery.c
patch
|
blob
|
history
diff --git
a/fs/bcachefs/recovery.c
b/fs/bcachefs/recovery.c
index
d89eb43
..
11368df
100644
(file)
--- a/
fs/bcachefs/recovery.c
+++ b/
fs/bcachefs/recovery.c
@@
-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: