Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298756
b: refs/heads/master
c: ca53e44
h: refs/heads/master
v: v3
  • Loading branch information
Pablo Neira Ayuso authored and David S. Miller committed Apr 3, 2012
1 parent 5e2175d commit d1cc186
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: 9b461783d3d49c74665b55b8ae1b7a1c038177a9
refs/heads/master: ca53e4405347a1e19eaf59c757ceaaaa1a784758
2 changes: 1 addition & 1 deletion trunk/net/netfilter/xt_CT.c
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ static int xt_ct_tg_check_v1(const struct xt_tgchk_param *par)
goto err4;
}
timeout_ext = nf_ct_timeout_ext_add(ct, timeout,
GFP_KERNEL);
GFP_ATOMIC);
if (timeout_ext == NULL) {
ret = -ENOMEM;
goto err4;
Expand Down

0 comments on commit d1cc186

Please sign in to comment.