David S. Miller 92a0acce18 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 <davem@davemloft.net>
2009-02-17 21:24:05 -08:00
..
2009-02-06 22:07:41 -08:00
2009-02-09 15:07:18 -08:00
2009-01-11 00:17:22 -08:00
2009-01-25 20:49:14 -08:00
2009-02-03 15:20:13 -08:00