From: YOSHIFUJI Hideaki Date: Fri, 28 Apr 2006 22:59:15 +0000 (-0700) Subject: [IPV6]: Fix race in route selection. X-Git-Tag: v2.6.17-rc4~101^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c302e6d54e468ee9b1e18152e2e9da06953f3473;p=pandora-kernel.git [IPV6]: Fix race in route selection. We eliminated rt6_dflt_lock (to protect default router pointer) at 2.6.17-rc1, and introduced rt6_select() for general router selection. The function is called in the context of rt6_lock read-lock held, but this means, we have some race conditions when we do round-robin. Signed-off-by; YOSHIFUJI Hideaki Signed-off-by: David S. Miller --- Reading git-diff-tree failed