Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14010
b: refs/heads/master
c: 8225ccb
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Graf authored and David S. Miller committed Nov 12, 2005
1 parent 2697d37 commit af6b358
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: a2d7222f0f5861ce13b9308c30bd18f28ebeb583
refs/heads/master: 8225ccbaf01b459cf1e462047a51b2851e756bc1
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_ATOMIC);
w = kmalloc(sizeof(*w), GFP_KERNEL);
if (w == NULL)
return -ENOMEM;
RT6_TRACE("dump<%p", w);
Expand Down

0 comments on commit af6b358

Please sign in to comment.