K 10 svn:author V 5 kmacy K 8 svn:date V 27 2008-12-13T20:15:42.944953Z K 7 svn:log V 202 in6_addroute is called through rnh_addadr which is always called with the radix node head lock held exclusively. Pass RTF_RNH_LOCKED to rtalloc so that rtalloc1_fib will not try to re-acquire the lock. END