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:
90b211f
)
bcachefs: Add missing bch2_trans_begin() call
author
Kent Overstreet
<kent.overstreet@linux.dev>
Wed, 7 Aug 2024 02:49:31 +0000
(22:49 -0400)
committer
Kent Overstreet
<kent.overstreet@linux.dev>
Wed, 7 Aug 2024 12:31:10 +0000
(08:31 -0400)
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/io_read.c
patch
|
blob
|
history
diff --git
a/fs/bcachefs/io_read.c
b/fs/bcachefs/io_read.c
index
4531c9a
..
7ee3b75
100644
(file)
--- a/
fs/bcachefs/io_read.c
+++ b/
fs/bcachefs/io_read.c
@@
-406,6
+406,7
@@
static void bch2_read_retry_nodecode(struct bch_fs *c, struct bch_read_bio *rbio
bch2_trans_iter_init(trans, &iter, rbio->data_btree,
rbio->read_pos, BTREE_ITER_slots);
retry:
+ bch2_trans_begin(trans);
rbio->bio.bi_status = 0;
k = bch2_btree_iter_peek_slot(&iter);