datapath: Remove redundant key ref from upcall_info.
[cascardo/ovs.git] / datapath / actions.c
index 39a21f4..792c3a9 100644 (file)
@@ -503,10 +503,7 @@ static int output_userspace(struct datapath *dp, struct sk_buff *skb,
        const struct nlattr *a;
        int rem;
 
-       BUG_ON(!OVS_CB(skb)->pkt_key);
-
        upcall.cmd = OVS_PACKET_CMD_ACTION;
-       upcall.key = OVS_CB(skb)->pkt_key;
        upcall.userdata = NULL;
        upcall.portid = 0;