Commit 8be1aff0 authored by Kent Overstreet's avatar Kent Overstreet Committed by Kent Overstreet

bcachefs: Delete redundant tracepoint

We were emitting two trace events on transaction restart in this code
path - delete the redundant one.
Signed-off-by: default avatarKent Overstreet <kent.overstreet@gmail.com>
parent 52eef42c
......@@ -320,7 +320,6 @@ int bch2_btree_path_traverse_cached(struct btree_trans *trans, struct btree_path
if (!trans->restarted)
goto retry;
trace_transaction_restart_ip(trans->fn, _THIS_IP_);
ret = -EINTR;
goto err;
}
......
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