diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2009-01-29 11:13:03 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2009-01-29 11:13:03 +0000 |
| commit | 37a087edb5adb3fa3e88c9a83456916411fea625 (patch) | |
| tree | 1033912a34b3fda934e0e573465c9c6f68c49633 /sys/fs/procfs | |
| parent | 64299e82d88d2248a731cbc94f496262398bdfa8 (diff) | |
Notes
Diffstat (limited to 'sys/fs/procfs')
| -rw-r--r-- | sys/fs/procfs/procfs_map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/procfs/procfs_map.c b/sys/fs/procfs/procfs_map.c index 64c6f5f2870d..afcd59a46ea4 100644 --- a/sys/fs/procfs/procfs_map.c +++ b/sys/fs/procfs/procfs_map.c @@ -231,7 +231,7 @@ procfs_doprocmap(PFS_FILL_ARGS) error = 0; break; } - if (last_timestamp + 1 != map->timestamp) { + if (last_timestamp != map->timestamp) { /* * Look again for the entry because the map was * modified while it was unlocked. Specifically, |
