Re: [PATCH] fix unbalanced lock

2005-11-09 Thread David S. Miller
From: Ken-ichirou MATSUZAWA <[EMAIL PROTECTED]> Date: Wed, 09 Nov 2005 22:58:42 +0900 (JST) > ip6ip6_lock is not unlocked in error path. Patch applied, thanks. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at

[PATCH] fix unbalanced lock

2005-11-09 Thread Ken-ichirou MATSUZAWA
Hello, ip6ip6_lock is not unlocked in error path. --- net/ipv6/ip6_tunnel.c.orig 2005-11-09 22:01:31.0 +0900 +++ net/ipv6/ip6_tunnel.c 2005-11-09 22:04:06.0 +0900 @@ -525,6 +525,7 @@ if ((t = ip6ip6_tnl_lookup(&ipv6h->saddr, &ipv6h->daddr)) != NULL) {