From: Herbert Xu <[EMAIL PROTECTED]> Date: Tue, 09 Oct 2007 22:36:31 +0800
> [IPSEC]: Remove bogus ref count in xfrm_secpath_reject > > Constructs of the form > > xfrm_state_hold(x); > foo(x); > xfrm_state_put(x); > > tend to be broken because foo is either synchronous where this is totally > unnecessary or if foo is asynchronous then the reference count is in the > wrong spot. > > In the case of xfrm_secpath_reject, the function is synchronous and therefore > we should just kill the reference count. > > Signed-off-by: Herbert Xu <[EMAIL PROTECTED]> 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 http://vger.kernel.org/majordomo-info.html
