Commit b8c5b16f authored by Kent Overstreet's avatar Kent Overstreet

bcachefs: Don't emit tracepoints for expected events

Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent 3e57db65
......@@ -478,7 +478,7 @@ bch2_btree_path_traverse_cached_slowpath(struct btree_trans *trans, struct btree
path->l[1].b = NULL;
if (bch2_btree_node_relock(trans, path, 0)) {
if (bch2_btree_node_relock_notrace(trans, path, 0)) {
ck = (void *) path->l[0].b;
goto fill;
}
......@@ -568,7 +568,7 @@ int bch2_btree_path_traverse_cached(struct btree_trans *trans, struct btree_path
path->l[1].b = NULL;
if (bch2_btree_node_relock(trans, path, 0)) {
if (bch2_btree_node_relock_notrace(trans, path, 0)) {
ck = (void *) path->l[0].b;
goto fill;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment