mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 15:42:46 +00:00
bcachefs: Delete redundant tracepoint
We were emitting two trace events on transaction restart in this code path - delete the redundant one. Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
This commit is contained in:
parent
52eef42c5f
commit
8be1aff009
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue