summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAlan Somers <asomers@FreeBSD.org>2019-05-13 20:42:09 +0000
committerAlan Somers <asomers@FreeBSD.org>2019-05-13 20:42:09 +0000
commitfcefa6ef66546084590481e0393999e7e916e488 (patch)
tree126bdd0d7363417ded65b3d9a74d3d4ef75ec901 /UPDATING
parent515183969d3e63c1b1b98b7d1934442284206365 (diff)
downloadsrc-test2-fcefa6ef66546084590481e0393999e7e916e488.tar.gz
src-test2-fcefa6ef66546084590481e0393999e7e916e488.zip
fusefs: remove the vfs.fusefs.mmap_enable sysctl
This sysctl was added > 6.5 years ago for no clear reason. Perhaps it was intended to gate an unstable feature? But now there's no reason to globally disable mmap. I'm not deleting the -ono_mmap mount option just yet, because it might be useful as a workaround for bug 237588. Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/projects/fuse2/; revision=347551
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 4 insertions, 4 deletions
diff --git a/UPDATING b/UPDATING
index f2e41bd72805..90e3296b4e47 100644
--- a/UPDATING
+++ b/UPDATING
@@ -37,10 +37,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW:
been removed from mount_fusefs(8). You can safely remove them from
your scripts, because they had no effect.
- The vfs.fusefs.fix_broken_io, vfs.fusefs.sync_resize, and
- vfs.fusefs.refresh_size sysctls have been removed. If you felt the
- need to set any of them to a non-default value, please tell
- asomers@FreeBSD.org why.
+ The vfs.fusefs.fix_broken_io, vfs.fusefs.sync_resize,
+ vfs.fusefs.refresh_size, and vfs.fusefs.mmap_enable sysctls have been
+ removed. If you felt the need to set any of them to a non-default
+ value, please tell asomers@FreeBSD.org why.
20190507:
The IPSEC option has been removed from GENERIC. Users requiring