aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/route.c
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@osdl.org>2005-04-19 22:39:42 -0700
committerDavid S. Miller <davem@davemloft.net>2005-04-19 22:39:42 -0700
commit9c2b3328f74800bb370d08bb3a4255d5fe833e94 (patch)
tree9d3092a44b592a091c4818a20bd678d1191f7a88 /net/ipv4/route.c
parent[RTNETLINK]: Add comma to final entry in link_rtnetlink_table (diff)
downloadlinux-dev-9c2b3328f74800bb370d08bb3a4255d5fe833e94.tar.xz
linux-dev-9c2b3328f74800bb370d08bb3a4255d5fe833e94.zip
[NET]: skbuff: remove old NET_CALLER macro
Here is a revised alternative that uses BUG_ON/WARN_ON (as suggested by Herbert Xu) to eliminate NET_CALLER. Signed-off-by: Stephen Hemminger <shemminger@osdl.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--net/ipv4/route.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ipv4/route.c b/net/ipv4/route.c
index 9f91a116d919..bb90a0c3a91e 100644
--- a/net/ipv4/route.c
+++ b/net/ipv4/route.c
@@ -1048,7 +1048,8 @@ void __ip_select_ident(struct iphdr *iph, struct dst_entry *dst, int more)
return;
}
} else
- printk(KERN_DEBUG "rt_bind_peer(0) @%p\n", NET_CALLER(iph));
+ printk(KERN_DEBUG "rt_bind_peer(0) @%p\n",
+ __builtin_return_address(0));
ip_select_fb_ident(iph);
}