summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAlan Somers <asomers@FreeBSD.org>2019-05-13 19:31:09 +0000
committerAlan Somers <asomers@FreeBSD.org>2019-05-13 19:31:09 +0000
commitbad4c94dc87c518d1ba04da39bf738c406378977 (patch)
tree10309b7715ca9f6c61d0f34004899f0ba3c3d897 /UPDATING
parent4abf87666ad69ba377a7d0aa71e87bc8824759fa (diff)
downloadsrc-test-bad4c94dc87c518d1ba04da39bf738c406378977.tar.gz
src-test-bad4c94dc87c518d1ba04da39bf738c406378977.zip
fusefs: remove the vfs.fusefs.fix_broken_io sysctl
This looks like it may have been a workaround for a specific buggy FUSE filesystem. However, there's no information about what that bug may have been, and the workaround is > 6.5 years old, so I consider the sysctl to be unmaintainable. Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/projects/fuse2/; revision=347545
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING11
1 files changed, 8 insertions, 3 deletions
diff --git a/UPDATING b/UPDATING
index b68fa1db6eddc..71a7de51c624b 100644
--- a/UPDATING
+++ b/UPDATING
@@ -32,9 +32,14 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW:
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
20190513:
- The "-o sync_unmount" and "-o init_backgrounded" options have been
- removed from mount_fusefs(8). You can safely remove them from your
- scripts, because they had no effect.
+ The vfs.fusefs.sync_unmount and vfs.fusefs.init_backgrounded sysctls
+ and the "-o sync_unmount" and "-o init_backgrounded" mount options have
+ 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 sysctl has been removed. If you felt the
+ need to set it to a non-default value, please tell asomers@FreeBSD.org
+ why.
20190507:
The IPSEC option has been removed from GENERIC. Users requiring