Re: [PATCH 2.6.25] multiple namespaces in the all dst_ifdown routines

2007-12-07 Thread David Miller
From: "Denis V. Lunev" <[EMAIL PROTECTED]> Date: Thu, 6 Dec 2007 15:17:46 +0300 > move dst entries to a namespace loopback to catch refcounting leaks. > > Signed-off-by: Denis V. Lunev <[EMAIL PROTECTED]> Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe netdev" in th

[PATCH 2.6.25] multiple namespaces in the all dst_ifdown routines

2007-12-06 Thread Denis V. Lunev
move dst entries to a namespace loopback to catch refcounting leaks. Signed-off-by: Denis V. Lunev <[EMAIL PROTECTED]> --- net/core/dst.c |4 ++-- net/ipv4/route.c|5 +++-- net/ipv4/xfrm4_policy.c |3 ++- net/ipv6/route.c|7 +-- net/ipv6/xfrm6_policy.c