[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1380660150.19002.34.camel@edumazet-glaptop.roam.corp.google.com>
Date: Tue, 01 Oct 2013 13:42:30 -0700
From: Eric Dumazet <eric.dumazet@...il.com>
To: Shawn Bohrer <sbohrer@...advisors.com>
Cc: David Miller <davem@...emloft.net>, tomk@...advisors.com,
netdev <netdev@...r.kernel.org>
Subject: Re: [net-next 3/3] net: ipv4 only populate IP_PKTINFO when needed
On Tue, 2013-10-01 at 14:33 -0500, Shawn Bohrer wrote:
> -void ipv4_pktinfo_prepare(struct sk_buff *skb)
> +void ipv4_pktinfo_prepare(struct sock *sk, struct sk_buff *skb)
Seems good to me, could you use :
void ipv4_pktinfo_prepare(const struct sock *sk, struct sk_buff *skb)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists