From eb88521dd64ddc542c0c36d57a1155cdcd164d03 Mon Sep 17 00:00:00 2001 From: Jesse Gross Date: Fri, 19 Nov 2010 13:19:55 -0800 Subject: [PATCH] datapath: Drop obsolete comment. The comment above flow_extract() refers to setting OVS_CB(skb)->is_frag but that member no longer exists. The correct way to set is_frag is already documented, so just drop the incorrect comment. Signed-off-by: Jesse Gross Acked-by: Ben Pfaff --- datapath/flow.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/datapath/flow.c b/datapath/flow.c index face40b3..496f11cd 100644 --- a/datapath/flow.c +++ b/datapath/flow.c @@ -264,9 +264,6 @@ static __be16 parse_ethertype(struct sk_buff *skb) * past the IPv4 header, if one is present and of a correct length, * otherwise the same as skb->network_header. For other key->dl_type * values it is left untouched. - * - * Sets OVS_CB(skb)->is_frag to %true if @skb is an IPv4 fragment, otherwise to - * %false. */ int flow_extract(struct sk_buff *skb, u16 in_port, struct odp_flow_key *key, bool *is_frag) -- 2.30.2