Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0a141509 authored by Eric Dumazet's avatar Eric Dumazet Committed by David S. Miller
Browse files

net: Annotates neigh_invalidate()



Annotates neigh_invalidate() with __releases() and __acquires() for
sparse sake.

Signed-off-by: default avatarEric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent bb134d5d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -771,6 +771,8 @@ static __inline__ int neigh_max_probes(struct neighbour *n)
}

static void neigh_invalidate(struct neighbour *neigh)
	__releases(neigh->lock)
	__acquires(neigh->lock)
{
	struct sk_buff *skb;