From: Eric Dumazet Date: Wed, 2 Jan 2008 05:58:02 +0000 (-0800) Subject: [NET]: Add some acquires/releases sparse annotations. X-Git-Tag: v2.6.25-rc1~1162^2~883 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a429c4983deae020f1e757ecc8f547b6d4e2f2b;p=pandora-kernel.git [NET]: Add some acquires/releases sparse annotations. 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-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed