diff options
| -rw-r--r-- | net/core/neighbour.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/core/neighbour.c b/net/core/neighbour.c index d102f6d9abdc..6cee6434da67 100644 --- a/net/core/neighbour.c +++ b/net/core/neighbour.c | |||
| @@ -771,6 +771,8 @@ static __inline__ int neigh_max_probes(struct neighbour *n) | |||
| 771 | } | 771 | } |
| 772 | 772 | ||
| 773 | static void neigh_invalidate(struct neighbour *neigh) | 773 | static void neigh_invalidate(struct neighbour *neigh) |
| 774 | __releases(neigh->lock) | ||
| 775 | __acquires(neigh->lock) | ||
| 774 | { | 776 | { |
| 775 | struct sk_buff *skb; | 777 | struct sk_buff *skb; |
| 776 | 778 | ||
