]> Pileus Git - ~andy/linux/commit
core: Copy inner_protocol in copy_skb_header()
authorJoe Stringer <joe@wand.net.nz>
Wed, 3 Jul 2013 07:04:25 +0000 (16:04 +0900)
committerDavid S. Miller <davem@davemloft.net>
Wed, 3 Jul 2013 23:52:10 +0000 (16:52 -0700)
commit4bc41b84e9b4d904f68cba2dbe0c60a5428c27c4
tree350f43f51d4cdc1846a4c76ea130b1ae0cf0a7a8
parentcdffcf1bc721032d261a7a9da353b41f0d830410
core: Copy inner_protocol in copy_skb_header()

inner_protocol was added to struct sk_buff in
0d89d2035fe063461a5ddb609b2c12e7fb006e44 ("MPLS: Add limited GSO support"),
which is scheduled to be included in v3.11.

That patch did not update __copy_skb_header to copy the inner_protocol.

Signed-off-by: Joe Stringer <joe@wand.net.nz>
Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/skbuff.c