]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[ICMP]: Avoid sparse warnings in net/ipv4/icmp.c
authorEric Dumazet <dada1@cosmosbay.com>
Thu, 24 Jan 2008 08:15:42 +0000 (00:15 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:00:37 +0000 (15:00 -0800)
commit74feb6e84e189707ca1324a92f7206617efbd735
tree8d18a7fff38ca5d94d1362b283392b6d0340d0eb
parent65f7651788e18fadb2fbb7276af935d7871e1803
[ICMP]: Avoid sparse warnings in net/ipv4/icmp.c

   CHECK   net/ipv4/icmp.c
net/ipv4/icmp.c:249:13: warning: context imbalance in 'icmp_xmit_unlock' -
unexpected unlock
net/ipv4/icmp.c:376:13: warning: context imbalance in 'icmp_reply' - different
lock contexts for basic block
net/ipv4/icmp.c:430:6: warning: context imbalance in 'icmp_send' - different
lock contexts for basic block

Solution is to declare both icmp_xmit_lock() and icmp_xmit_unlock() as inline

Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/icmp.c