K 10 svn:author V 3 kib K 8 svn:date V 27 2008-12-29T12:45:11.109468Z K 7 svn:log V 315 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. Tested by: pho Approved by: des MFC after: 2 weeks END