Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 69432
b: refs/heads/master
c: 4ae2894
h: refs/heads/master
v: v3
  • Loading branch information
Pavel Emelyanov authored and David S. Miller committed Oct 15, 2007
1 parent d98f574 commit 3925e3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f1673ca52c04f1b311abe03fd67cd4d650d19435
refs/heads/master: 4ae289444b968b4cefd776ada8da519ce10e56fa
2 changes: 2 additions & 0 deletions trunk/net/core/neighbour.c
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,8 @@ struct pneigh_entry * pneigh_lookup(struct neigh_table *tbl, const void *pkey,
if (!creat)
goto out;

ASSERT_RTNL();

n = kmalloc(sizeof(*n) + key_len, GFP_KERNEL);
if (!n)
goto out;
Expand Down

0 comments on commit 3925e3c

Please sign in to comment.