diff --git a/[refs] b/[refs] index 90a9390b332e..b918ed91f39b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b3de7559afbb7a8a35b4be975a6adf6c5e3cdca0 +refs/heads/master: 7e1b33e5ea392dfc984fc63b76ca75acbf249dcd diff --git a/trunk/net/ipv4/route.c b/trunk/net/ipv4/route.c index 6298f75d5e93..ac6559cb54f9 100644 --- a/trunk/net/ipv4/route.c +++ b/trunk/net/ipv4/route.c @@ -1231,7 +1231,7 @@ static int rt_intern_hash(unsigned hash, struct rtable *rt, } if (net_ratelimit()) - printk(KERN_WARNING "Neighbour table overflow.\n"); + printk(KERN_WARNING "ipv4: Neighbour table overflow.\n"); rt_drop(rt); return -ENOBUFS; } diff --git a/trunk/net/ipv6/route.c b/trunk/net/ipv6/route.c index d126365ac046..8323136bdc54 100644 --- a/trunk/net/ipv6/route.c +++ b/trunk/net/ipv6/route.c @@ -670,7 +670,7 @@ static struct rt6_info *rt6_alloc_cow(struct rt6_info *ort, struct in6_addr *dad if (net_ratelimit()) printk(KERN_WARNING - "Neighbour table overflow.\n"); + "ipv6: Neighbour table overflow.\n"); dst_free(&rt->dst); return NULL; }