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:
Kent Overstreet 2022-02-15 21:45:04 -05:00 committed by Kent Overstreet
parent 52eef42c5f
commit 8be1aff009

View File

@ -320,7 +320,6 @@ retry:
if (!trans->restarted)
goto retry;
trace_transaction_restart_ip(trans->fn, _THIS_IP_);
ret = -EINTR;
goto err;
}