Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[deliverable/linux.git] / net / sched / act_bpf.c
index d0edeb7a1950b9a4c087f67344af0402aaa550e1..aaae8e83bf189cc99fb624bf581979df7ce6fce5 100644 (file)
@@ -305,7 +305,7 @@ static int tcf_bpf_init(struct net *net, struct nlattr *nla,
 
        if (!tcf_hash_check(parm->index, act, bind)) {
                ret = tcf_hash_create(parm->index, est, act,
-                                     sizeof(*prog), bind);
+                                     sizeof(*prog), bind, false);
                if (ret < 0)
                        goto destroy_fp;
 
This page took 0.028841 seconds and 5 git commands to generate.