]> git.neil.brown.name Git - history.git/commit
[NET]: Replace dst_release refcount error with standard WARN_ON
authorStephen Hemminger <shemminger@osdl.org>
Thu, 21 Oct 2004 14:49:37 +0000 (07:49 -0700)
committerDavid S. Miller <davem@nuts.davemloft.net>
Thu, 21 Oct 2004 14:49:37 +0000 (07:49 -0700)
commit8888c5d78438948abde4a6ffda2e7f761007ad11
treed7ae74b7865fb37468db4682f52a36823a8a8a09
parent72d7b9d48656a3ab58efe4153b7eaddf59874deb
[NET]: Replace dst_release refcount error with standard WARN_ON

Replace the dst count underflow bug message with a standard WARN message.
This makes errors noticeable and also reduces the kernel text size by 600
since we aren't doing as much to setup the printk.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/dst.h
net/core/dst.c