bcachefs: Delete redundant tracepoint
authorKent Overstreet <kent.overstreet@gmail.com>
Wed, 16 Feb 2022 02:45:04 +0000 (21:45 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:23 +0000 (17:09 -0400)
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>
fs/bcachefs/btree_key_cache.c

index 72a54b9d13358334d70c823851d7e75eaf2370fd..1841760237ecd118329c339394736e374a24edf9 100644 (file)
@@ -320,7 +320,6 @@ retry:
                        if (!trans->restarted)
                                goto retry;
 
-                       trace_transaction_restart_ip(trans->fn, _THIS_IP_);
                        ret = -EINTR;
                        goto err;
                }