[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAM_iQpUT1sqK_QiC-dbWGGCBNSjdQbqr117_Fx2oxnh14=rnTA@mail.gmail.com>
Date:	Tue, 9 Aug 2016 11:02:08 -0700
From:	Cong Wang <xiyou.wangcong@...il.com>
To:	Amir Vadai <amir@...ai.me>
Cc:	netdev <netdev@...r.kernel.org>,
	Jamal Hadi Salim <jhs@...atatu.com>
Subject: Re: [Patch net 5/5] net_sched: convert tcf_exts from list to flex_array
On Tue, Aug 9, 2016 at 1:03 AM, Amir Vadai <amirva@...il.com> wrote:
>
>> -#define tc_single_action(_exts) \
>> -       (list_is_singular(&(_exts)->actions))
>> +#define tc_no_actions(_exts)  (&(_exts)->nr_actions == 0)
>> +#define tc_single_action(_exts) (&(_exts)->nr_actions == 1)
>
> Should remove the '&' here.
Good catch! I even didn't notice the '&' there. :-/
I will wait for Jamal's comments before sending v2.
Thanks.
Powered by blists - more mailing lists