openvswitch: Remove ovs_vport_output_sk
authorEric W. Biederman <ebiederm@xmission.com>
Tue, 15 Sep 2015 01:14:45 +0000 (20:14 -0500)
committerEric W. Biederman <ebiederm@xmission.com>
Wed, 30 Sep 2015 06:45:05 +0000 (01:45 -0500)
This was a compatibility function needed while the ipv4 and ipv6
fragmentation code was being modified to pass a struct net through
them.  Now that is complete this function has no more users so remove
it.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
net/openvswitch/actions.c

index f33c627f97b37acc0f15cd9bab740e2c3e728d5f..1d21ab9d2b5c0fc2d9996859687fff87bce12a6b 100644 (file)
@@ -645,11 +645,6 @@ static int ovs_vport_output(struct net *net, struct sock *sk, struct sk_buff *sk
        ovs_vport_send(vport, skb);
        return 0;
 }
-static int ovs_vport_output_sk(struct sock *sk, struct sk_buff *skb)
-{
-       struct net *net = dev_net(skb_dst(skb)->dev);
-       return ovs_vport_output(net, sk, skb);
-}
 
 static unsigned int
 ovs_dst_get_mtu(const struct dst_entry *dst)
This page took 0.026641 seconds and 5 git commands to generate.