]> Pileus Git - ~andy/linux/blobdiff - net/sched/cls_fw.c
net_sched: add struct net pointer to tcf_proto_ops->dump
[~andy/linux] / net / sched / cls_fw.c
index 3f9cece13807992ca2faf56252beb14d0d42bdbf..d605285af5bfe899819a58808da2b6a1f78179bc 100644 (file)
@@ -324,7 +324,7 @@ static void fw_walk(struct tcf_proto *tp, struct tcf_walker *arg)
        }
 }
 
-static int fw_dump(struct tcf_proto *tp, unsigned long fh,
+static int fw_dump(struct net *net, struct tcf_proto *tp, unsigned long fh,
                   struct sk_buff *skb, struct tcmsg *t)
 {
        struct fw_head *head = (struct fw_head *)tp->root;