From: David S. Miller Date: Wed, 18 Feb 2009 05:24:05 +0000 (-0800) Subject: net: Kill skb_truesize_check(), it only catches false-positives. X-Git-Tag: v2.6.29-rc7~70^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92a0acce186cde8ead56c6915d9479773673ea1a;p=pandora-kernel.git net: Kill skb_truesize_check(), it only catches false-positives. A long time ago we had bugs, primarily in TCP, where we would modify skb->truesize (for TSO queue collapsing) in ways which would corrupt the socket memory accounting. skb_truesize_check() was added in order to try and catch this error more systematically. However this debugging check has morphed into a Frankenstein of sorts and these days it does nothing other than catch false-positives. Signed-off-by: David S. Miller --- Reading git-diff-tree failed