vconn: Remove unnecessary forward declarations and #includes from header.
[openvswitch] / datapath / actions.c
index cba12e66c8331b41495e0b2937137ddc1651321f..36437a4baa4fee411a116cd2f578af0885b864bc 100644 (file)
@@ -248,10 +248,6 @@ static int output_userspace(struct datapath *dp, struct sk_buff *skb, u64 arg)
 {
        struct dp_upcall_info upcall;
 
-       skb = skb_clone(skb, GFP_ATOMIC);
-       if (!skb)
-               return -ENOMEM;
-
        upcall.cmd = OVS_PACKET_CMD_ACTION;
        upcall.key = &OVS_CB(skb)->flow->key;
        upcall.userdata = arg;