Re: [PATCH] [XFRM] MIPv6: Fix to input RO state correctly.

2007-12-20 Thread David Miller
From: Masahide NAKAMURA <[EMAIL PROTECTED]> Date: Fri, 21 Dec 2007 12:40:48 +0900 > Disable spin_lock during xfrm_type.input() function. > Follow design as IPsec inbound does. > > Signed-off-by: Masahide NAKAMURA <[EMAIL PROTECTED]> Applied. -- To unsubscribe from this list: send the line "unsub

[PATCH] [XFRM] MIPv6: Fix to input RO state correctly.

2007-12-20 Thread Masahide NAKAMURA
Disable spin_lock during xfrm_type.input() function. Follow design as IPsec inbound does. Signed-off-by: Masahide NAKAMURA <[EMAIL PROTECTED]> --- net/ipv6/xfrm6_input.c | 54 +-- 1 files changed, 29 insertions(+), 25 deletions(-) diff --git a/net/ip