inet fragments: fix sparse warning: context imbalance
authorHannes Eder <hannes@hanneseder.net>
Wed, 25 Feb 2009 10:32:52 +0000 (10:32 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Feb 2009 07:13:35 +0000 (23:13 -0800)
Impact: Attribute function with __releases(...)

Fix this sparse warning:
  net/ipv4/inet_fragment.c:276:35: warning: context imbalance in 'inet_frag_find' - unexpected unlock

Signed-off-by: Hannes Eder <hannes@hanneseder.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found