projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d255426
)
bcachefs: Add error messages to logged ops fns
author
Kent Overstreet
<kent.overstreet@linux.dev>
Sat, 23 Mar 2024 23:30:58 +0000
(19:30 -0400)
committer
Kent Overstreet
<kent.overstreet@linux.dev>
Mon, 1 Apr 2024 00:36:11 +0000
(20:36 -0400)
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/io_misc.c
patch
|
blob
|
history
diff --git
a/fs/bcachefs/io_misc.c
b/fs/bcachefs/io_misc.c
index 1baf78594ccaf85d7d89fea4fc938a7f700d6dc0..82f9170dab3fdcdbd422a9d9ced80db803fe6af4 100644
(file)
--- a/
fs/bcachefs/io_misc.c
+++ b/
fs/bcachefs/io_misc.c
@@
-264,6
+264,7
@@
static int __bch2_resume_logged_op_truncate(struct btree_trans *trans,
ret = 0;
err:
bch2_logged_op_finish(trans, op_k);
+ bch_err_fn(c, ret);
return ret;
}
@@
-476,6
+477,7
@@
case LOGGED_OP_FINSERT_finish:
break;
}
err:
+ bch_err_fn(c, ret);
bch2_logged_op_finish(trans, op_k);
bch2_trans_iter_exit(trans, &iter);
return ret;