From: Jesse Gross Date: Fri, 2 Dec 2011 02:42:20 +0000 (-0800) Subject: datapath: Fix outdated comment. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1cf87ff60e7f61fe3b7137463f7c42439f88323;p=openvswitch datapath: Fix outdated comment. Signed-off-by: Jesse Gross --- diff --git a/datapath/datapath.c b/datapath/datapath.c index 4d95e04d..c86c20bc 100644 --- a/datapath/datapath.c +++ b/datapath/datapath.c @@ -395,8 +395,8 @@ static int queue_gso_packets(int dp_ifindex, struct sk_buff *skb, break; if (skb == segs && skb_shinfo(skb)->gso_type & SKB_GSO_UDP) { - /* The initial flow key extracted by flow_extract() in - * this case is for a first fragment, so we need to + /* The initial flow key extracted by ovs_flow_extract() + * in this case is for a first fragment, so we need to * properly mark later fragments. */ later_key = *upcall_info->key; @@ -1797,7 +1797,6 @@ static int ovs_vport_cmd_new(struct sk_buff *skb, struct genl_info *info) genl_notify(reply, genl_info_net(info), info->snd_pid, ovs_dp_vport_multicast_group.id, info->nlhdr, GFP_KERNEL); - exit_unlock: rtnl_unlock(); exit: