From: Ilpo Järvinen Date: Fri, 27 Jul 2007 13:36:17 +0000 (+0300) Subject: [TCP]: Don't panic if S+L skb is detected X-Git-Tag: v2.6.24-rc1~1454^2~817 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9c4595bc4947faa236a849324fe3492e388d949;p=pandora-kernel.git [TCP]: Don't panic if S+L skb is detected BUG_ON is an overkill. In fact, I was mislead by BUG_TRAP severity (equals to WARN_ON) which is much lower than BUG_ON's (that panics). Signed-off-by: Ilpo Järvinen Signed-off-by: David S. Miller --- Reading git-diff-tree failed