freebsd-dev/sys/compat/linprocfs
Konstantin Belousov 22a448c4d9 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
2008-12-29 12:45:11 +00:00
..
linprocfs.c vm_map_lock_read() does not increment map->timestamp, so we should 2008-12-29 12:45:11 +00:00