aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/fib_frontend.c
diff options
context:
space:
mode:
authorDavid Ahern <dsahern@gmail.com>2018-05-23 17:08:49 -0700
committerDavid S. Miller <davem@davemloft.net>2018-05-24 23:01:15 -0400
commitc949cbbbe5d6ff3dcacf82e8fd26f627285e8a12 (patch)
tree34b077c79547080bcc2d03b8fd01cff9b1915e24 /net/ipv4/fib_frontend.c
parentnet/ipv6: Udate fib6_table_lookup tracepoint (diff)
downloadlinux-dev-c949cbbbe5d6ff3dcacf82e8fd26f627285e8a12.tar.xz
linux-dev-c949cbbbe5d6ff3dcacf82e8fd26f627285e8a12.zip
net/ipv4: Remove tracepoint in fib_validate_source
Tracepoint does not add value and the call to fib_lookup follows it which shows the same information and the fib lookup result. Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--net/ipv4/fib_frontend.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/ipv4/fib_frontend.c b/net/ipv4/fib_frontend.c
index 897ae92dff0f..045c43a27c12 100644
--- a/net/ipv4/fib_frontend.c
+++ b/net/ipv4/fib_frontend.c
@@ -354,8 +354,6 @@ static int __fib_validate_source(struct sk_buff *skb, __be32 src, __be32 dst,
fl4.fl4_dport = 0;
}
- trace_fib_validate_source(dev, &fl4);
-
if (fib_lookup(net, &fl4, &res, 0))
goto last_resort;
if (res.type != RTN_UNICAST &&