K 10 svn:author V 7 glebius K 8 svn:date V 27 2008-02-07T11:10:17.000000Z K 7 svn:log V 196 Use rtalloc1() instead of rtalloc_ign(). It returns a locked rtentry. We quickly copy the fields of interest, and then RTFREE_LOCKED(). This should be faster then lock & unlock the rtentry twice. END