Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9665
b: refs/heads/master
c: c6f4faf
h: refs/heads/master
i:
  9663: da7b33b
v: v3
  • Loading branch information
Randy Dunlap authored and David S. Miller committed Oct 5, 2005
1 parent 12344c0 commit cbea125
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 8eea00a44d9f493869f8d30b72e3ed18475be556
refs/heads/master: c6f4fafccfa66f0530587ac3c11bb8fd0b8fe8ab
3 changes: 2 additions & 1 deletion trunk/net/netfilter/nfnetlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,8 @@ nfnetlink_check_attributes(struct nfnetlink_subsystem *subsys,

int nfnetlink_send(struct sk_buff *skb, u32 pid, unsigned group, int echo)
{
int allocation = in_interrupt() ? GFP_ATOMIC : GFP_KERNEL;
unsigned int __nocast allocation =
in_interrupt() ? GFP_ATOMIC : GFP_KERNEL;
int err = 0;

NETLINK_CB(skb).dst_group = group;
Expand Down

0 comments on commit cbea125

Please sign in to comment.