]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
fusefs: remove the vfs.fusefs.mmap_enable sysctl
authorasomers <asomers@FreeBSD.org>
Mon, 13 May 2019 20:42:09 +0000 (20:42 +0000)
committerasomers <asomers@FreeBSD.org>
Mon, 13 May 2019 20:42:09 +0000 (20:42 +0000)
commit80d9ff3c767527b9ee7957e78ba4f4e00e49cb1a
tree126bdd0d7363417ded65b3d9a74d3d4ef75ec901
parent71d4e7a4f9659ce030968a1a15ba577ddc6b4c16
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
UPDATING
sys/fs/fuse/fuse_ipc.h
sys/fs/fuse/fuse_node.c