On 17-05-15 04:38 AM, Jiri Pirko wrote:
diff --git a/net/sched/cls_api.c b/net/sched/cls_api.c index 88ec1a1..0e49e6e 100644 --- a/net/sched/cls_api.c +++ b/net/sched/cls_api.c @@ -271,7 +271,7 @@ static int tc_ctl_tfilter(struct sk_buff *skb, struct nlmsghdr *n, struct tcmsg *t; u32 protocol; u32 prio; - u32 nprio; + bool prio_allocate;
prio_allocated? (past tense seems more sensible) cheers, jamal