diff options
author | dillon <dillon@FreeBSD.org> | 2001-02-28 04:30:27 +0000 |
---|---|---|
committer | dillon <dillon@FreeBSD.org> | 2001-02-28 04:30:27 +0000 |
commit | 951d4c0a1d4404d6967a9c500fcb199dd487ac78 (patch) | |
tree | 90abddd674c9c3be0ab8f3c03e2cae9d4339f620 /lib/libc | |
parent | 86a16a841cc7398024e514bf7a6fb0c3a5e6ba3f (diff) | |
download | FreeBSD-src-951d4c0a1d4404d6967a9c500fcb199dd487ac78.zip FreeBSD-src-951d4c0a1d4404d6967a9c500fcb199dd487ac78.tar.gz |
Linux does not filesystem-sync file-backed writable mmap pages on
a regular basis. Adjust our linux emulation to conform. This will
cause more dirty pages to be left for the pagedaemon to deal with,
but our new low-memory handling code can deal with it. The linux
way appears to be a trend, and we may very well make MAP_NOSYNC the
default for FreeBSD as well (once we have reasonable sequential
write-behind heuristics for random faults).
(will be MFC'd prior to 4.3 freeze)
Suggested by: Andrew Gallatin
Diffstat (limited to 'lib/libc')
0 files changed, 0 insertions, 0 deletions