commit | 8f480c0e4e120911a673ed7385359bf76ae01963 | [log] [tgz] |
---|---|---|
author | Arjan van de Ven <arjan@linux.intel.com> | Tue Nov 25 21:08:13 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Nov 25 21:08:13 2008 -0800 |
tree | c9eb4c5cf85dace25e2abf146abc87dcc8fb9d31 | |
parent | 1d71da164d7fb40fac72c0406a4a531265916fc8 [diff] |
net: make skb_truesize_bug() call WARN() The truesize message check is important enough to make it print "BUG" to the user console... lets also make it important enough to spit a backtrace/module list etc so that kerneloops.org can track them. Signed-off-by: Arjan van de Ven <arjan@linux.intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>