]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: remove unneeded check to pskb_may_pull in ipip6_rcv
authorHannes Frederic Sowa <hannes@stressinduktion.org>
Fri, 18 Jan 2013 09:18:17 +0000 (09:18 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 18 Jan 2013 19:43:51 +0000 (14:43 -0500)
commit4fe0242cd1de4e1b9bca20c9b714a20b3679473f
treea30e292dd8495d922c563ba8aa9438c686b85380
parent1ccc70e194bc61153dcd9689ec7e7e641659da8e
ipv6: remove unneeded check to pskb_may_pull in ipip6_rcv

This is already checked by the caller (tunnel64_rcv) and brings ipip6_rcv
in line with ipip_rcv.

Signed-off-by: Hannes Frederic Sowa <hannes@stressinduktion.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/sit.c