K 10 svn:author V 3 kib K 8 svn:date V 27 2009-01-29T11:13:03.224681Z K 7 svn:log V 276 MFC r186563: vm_map_lock_read() does not increment map->timestamp, so we should compare map->timestamp with saved timestamp after map read lock is reacquired, not with saved timestamp + 1. The only consequence of the +1 was unconditional lookup of the next map entry, though. END