Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108843
b: refs/heads/master
c: cb1cb5c
h: refs/heads/master
i:
  108841: 5d3fd77
  108839: c29f4b8
v: v3
  • Loading branch information
Pablo Neira Ayuso authored and David S. Miller committed Aug 19, 2008
1 parent 77f67d0 commit 783e114
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1575e7ea018fec992b94a12a1a491ce693ae9eac
refs/heads/master: cb1cb5c47457ff2b604dac2da44cab4d39d11459
2 changes: 1 addition & 1 deletion trunk/net/netfilter/nf_conntrack_netlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -1139,7 +1139,7 @@ ctnetlink_create_conntrack(struct nlattr *cda[],
rcu_read_lock();
helper = __nf_ct_helper_find(rtuple);
if (helper) {
help = nf_ct_helper_ext_add(ct, GFP_KERNEL);
help = nf_ct_helper_ext_add(ct, GFP_ATOMIC);
if (help == NULL) {
rcu_read_unlock();
err = -ENOMEM;
Expand Down

0 comments on commit 783e114

Please sign in to comment.