K 10 svn:author V 7 glebius K 8 svn:date V 27 2012-06-03T11:57:05.843932Z K 7 svn:log V 347 In pf_map_addr(): - Fix "rpool->cur" update in such way, that pointer never gets a NULL value, otherwise concurrent threads may try to deref NULL. - Add a large comment explaining problems with round-robin, why most cases work, and why complicated would not. - Make some local variables more local to the case blocks, where they are used. END