git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b6d427
)
[TCP]: Don't panic if S+L skb is detected
author
Ilpo Järvinen
<ilpo.jarvinen@helsinki.fi>
Fri, 27 Jul 2007 13:36:17 +0000
(16:36 +0300)
committer
David S. Miller
<davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:47:59 +0000
(16:47 -0700)
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 <ilpo.jarvinen@helsinki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found