From: Pravin B Shelar Date: Tue, 16 Sep 2014 02:15:28 +0000 (-0700) Subject: openvswitch: Remove pkt_key from OVS_CB X-Git-Tag: fixes-against-v3.18-rc2~81^2~42^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ff3e4e4868675da1024175215991fa6d9856731;p=pandora-kernel.git openvswitch: Remove pkt_key from OVS_CB OVS keeps pointer to packet key in skb->cb, but the packet key is store on stack. This could make code bit tricky. So it is better to get rid of the pointer. Signed-off-by: Pravin B Shelar --- Reading git-diff-tree failed