net: sched: cls: add extack support for delete callback
[sfrench/cifs-2.6.git] / net / sched / cls_rsvp.h
index c27d23694002f21a6bb82008cc3152c50ff20283..5cc0df690cff6b98a43089e36b62a0d1284369f5 100644 (file)
@@ -350,7 +350,8 @@ static void rsvp_destroy(struct tcf_proto *tp)
        kfree_rcu(data, rcu);
 }
 
-static int rsvp_delete(struct tcf_proto *tp, void *arg, bool *last)
+static int rsvp_delete(struct tcf_proto *tp, void *arg, bool *last,
+                      struct netlink_ext_ack *extack)
 {
        struct rsvp_head *head = rtnl_dereference(tp->root);
        struct rsvp_filter *nfp, *f = arg;