dds c066055957 Update the vnode's access time after an mmap operation on it.
Before this change a copy operation with cp(1) would not update the
file access times.

According to the POSIX mmap(2) documentation: the st_atime field
of the mapped file may be marked for update at any time between the
mmap() call and the corresponding munmap() call. The initial read
or write reference to a mapped region shall cause the file's st_atime
field to be marked for update if it has not already been marked for
update.
2005-10-04 14:58:58 +00:00
..
2005-10-01 18:56:19 +00:00
2005-10-04 14:39:33 +00:00
2005-09-30 13:24:14 +00:00
2005-10-04 14:38:55 +00:00
2005-03-28 18:31:18 +00:00
2005-10-01 18:56:19 +00:00
2005-09-30 13:17:54 +00:00
2005-10-01 18:56:19 +00:00
2005-10-03 14:06:00 +00:00