diff options
author | Alexander Aring <aring@mojatatu.com> | 2017-12-20 18:35:17 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-12-21 18:32:50 +0100 |
commit | 653d6fd68d8e5b43d496ca8a1d38331d515a226b (patch) | |
tree | 759ecf07543dfd444e165d6f72acb014a3d7d092 /net/sched/sch_hfsc.c | |
parent | net: sched: sch: add extack for block callback (diff) | |
download | linux-653d6fd68d8e5b43d496ca8a1d38331d515a226b.tar.xz linux-653d6fd68d8e5b43d496ca8a1d38331d515a226b.zip |
net: sched: sch: add extack for graft callback
This patch adds extack support for graft callback to prepare per-qdisc
specific changes for extack.
Cc: David Ahern <dsahern@gmail.com>
Acked-by: Jamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: Alexander Aring <aring@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched/sch_hfsc.c')
-rw-r--r-- | net/sched/sch_hfsc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/sch_hfsc.c b/net/sched/sch_hfsc.c index 961668d657a0..7f6a06ac4b9f 100644 --- a/net/sched/sch_hfsc.c +++ b/net/sched/sch_hfsc.c @@ -1177,7 +1177,7 @@ hfsc_classify(struct sk_buff *skb, struct Qdisc *sch, int *qerr) static int hfsc_graft_class(struct Qdisc *sch, unsigned long arg, struct Qdisc *new, - struct Qdisc **old) + struct Qdisc **old, struct netlink_ext_ack *extack) { struct hfsc_class *cl = (struct hfsc_class *)arg; |