Re: [IPSEC]: Make callers of xfrm_lookup to use XFRM_LOOKUP_WAIT

2007-12-12 Thread David Miller
From: Herbert Xu <[EMAIL PROTECTED]> Date: Thu, 13 Dec 2007 09:46:23 +0800 > [IPSEC]: Make callers of xfrm_lookup to use XFRM_LOOKUP_WAIT > > This patch converts all callers of xfrm_lookup that used an > explicit value of 1 to indiciate blocking to use the new flag

[IPSEC]: Make callers of xfrm_lookup to use XFRM_LOOKUP_WAIT

2007-12-12 Thread Herbert Xu
. But yeah relying on ip_route_connect to pass the right value through isn't nice. [IPSEC]: Make callers of xfrm_lookup to use XFRM_LOOKUP_WAIT This patch converts all callers of xfrm_lookup that used an explicit value of 1 to indiciate blocking to use the new flag XFRM_LOOKUP_WAIT. Signed-off-by: H