Re: [NET] Sparse annotations

2008-01-01 Thread David Miller
From: Eric Dumazet <[EMAIL PROTECTED]> Date: Wed, 02 Jan 2008 06:50:14 +0100 > Add __acquires() and __releases() annotations to suppress some sparse > warnings. > > example of warnings : > > net/ipv4/udp.c:1555:14: warning: context imbalance in 'udp_seq_start' - wrong > count at exit > net/ipv

[NET] Sparse annotations

2008-01-01 Thread Eric Dumazet
Add __acquires() and __releases() annotations to suppress some sparse warnings. example of warnings : net/ipv4/udp.c:1555:14: warning: context imbalance in 'udp_seq_start' - wrong count at exit net/ipv4/udp.c:1571:13: warning: context imbalance in 'udp_seq_stop' - unexpected unlock Signed-o