Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14376
b: refs/heads/master
c: 9e147a1
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Nov 18, 2005
1 parent f123343 commit f2a7a4f
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: 05b8b0fafd4cac75d205ecd5ad40992e2cc5934d
refs/heads/master: 9e147a1cfce5ec6308b024abe425d5b4e1884a03
2 changes: 1 addition & 1 deletion trunk/net/ipv6/route.c
Original file line number Diff line number Diff line change
Expand Up @@ -1732,7 +1732,7 @@ int inet6_dump_fib(struct sk_buff *skb, struct netlink_callback *cb)
/*
* 2. allocate and initialize walker.
*/
w = kmalloc(sizeof(*w), GFP_KERNEL);
w = kmalloc(sizeof(*w), GFP_ATOMIC);
if (w == NULL)
return -ENOMEM;
RT6_TRACE("dump<%p", w);
Expand Down

0 comments on commit f2a7a4f

Please sign in to comment.