mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +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
@ -320,7 +320,6 @@ retry:
|
||||
if (!trans->restarted)
|
||||
goto retry;
|
||||
|
||||
trace_transaction_restart_ip(trans->fn, _THIS_IP_);
|
||||
ret = -EINTR;
|
||||
goto err;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user