diff options
author | kib <kib@FreeBSD.org> | 2015-01-28 10:37:23 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2015-01-28 10:37:23 +0000 |
commit | 19abfd469885b67c5047dba2d04b3dc3b921f0a3 (patch) | |
tree | 8e9a74f326054d217c814329e5be52b441d536f0 /lib/Makefile.inc | |
parent | 53810519b4c0da8a9f8bcdafa10465c8d423a70c (diff) | |
download | FreeBSD-src-19abfd469885b67c5047dba2d04b3dc3b921f0a3.zip FreeBSD-src-19abfd469885b67c5047dba2d04b3dc3b921f0a3.tar.gz |
Update mtime for tmpfs files modified through memory mapping. Similar
to UFS, perform updates during syncer scans, which in particular means
that tmpfs now performs scan on sync. Also, this means that a mtime
update may be delayed up to 30 seconds after the write.
The vm_object' OBJ_TMPFS_DIRTY flag for tmpfs swap object is similar
to the OBJ_MIGHTBEDIRTY flag for the vnode object, it indicates that
object could have been dirtied. Adapt fast page fault handler and
vm_object_set_writeable_dirty() to handle OBJ_TMPFS_NODE same as
OBJT_VNODE.
Reported by: Ronald Klop <ronald-lists@klop.ws>
Tested by: pho
Sponsored by: The FreeBSD Foundation
MFC after: 2 weeks
Diffstat (limited to 'lib/Makefile.inc')
0 files changed, 0 insertions, 0 deletions