From bad4c94dc87c518d1ba04da39bf738c406378977 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Mon, 13 May 2019 19:31:09 +0000 Subject: 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 --- UPDATING | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'UPDATING') 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 -- cgit v1.2.3