Sun, Jul 30, 2017 at 09:48:24PM CEST, [email protected] wrote: >I am probably missing something. All those changes to just >replace "if (exts->nr_actions)" with "if (tcf_exts_has_actions(exts))" ?
That is what the description says :) > >cheers, >jamal > >On 17-07-28 10:40 AM, Jiri Pirko wrote: >> From: Jiri Pirko <[email protected]> >> >> Use the tcf_exts_has_actions helper instead or directly testing >> exts->nr_actions in tcf_exts_exec. >> >> Signed-off-by: Jiri Pirko <[email protected]>
