netfilter: nf_conntrack: add allocation flag to nf_conntrack_alloc
[deliverable/linux.git] / net / netfilter / nf_conntrack_netlink.c
index 63c4e1f299b88d686982cd72e8c7b4565eda961d..dd233393f6952203c2408e5d904e490d784a940f 100644 (file)
@@ -1128,7 +1128,7 @@ ctnetlink_create_conntrack(struct nlattr *cda[],
        struct nf_conn_help *help;
        struct nf_conntrack_helper *helper;
 
-       ct = nf_conntrack_alloc(otuple, rtuple);
+       ct = nf_conntrack_alloc(otuple, rtuple, GFP_KERNEL);
        if (ct == NULL || IS_ERR(ct))
                return -ENOMEM;
 
This page took 0.024752 seconds and 5 git commands to generate.