[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAEA6p_BJK-Um78CQKG56QGVTx0V8Tu6ughhU7gngpSXruCOBwQ@mail.gmail.com>
Date: Fri, 16 Jun 2017 12:06:41 -0700
From: Wei Wang <weiwan@...gle.com>
To: David Miller <davem@...emloft.net>
Cc: 王蔚 <tracywwnj@...il.com>,
Linux Kernel Network Developers <netdev@...r.kernel.org>,
Eric Dumazet <edumazet@...gle.com>,
Martin KaFai Lau <kafai@...com>
Subject: Re: [PATCH net-next 02/21] udp: call dst_hold_safe() in udp_sk_rx_set_dst()
On Fri, Jun 16, 2017 at 12:02 PM, David Miller <davem@...emloft.net> wrote:
> From: Wei Wang <tracywwnj@...il.com>
> Date: Fri, 16 Jun 2017 10:47:25 -0700
>
>> + if (dst)
>> + /* set noref for now.
>> + * any place which wants to hold dst has to call
>> + * dst_hold_safe()
>> + */
>> + skb_dst_set_noref(skb, dst);
>
> You must enclose the code in curly braces if you want to put a comment
> in this one-line basic block of the 'if' statement.
>
> Otherwise it's hard to read.
>
> Likewise for the other similar change in this file.
>
Got it. Will update in the next version.
Powered by blists - more mailing lists