From dfec6f73915c5a37d7973be7cf8c14615ab307b8 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Wed, 26 Jun 2019 20:07:16 +0000 Subject: [PATCH] fusefs.5: remove deleted sysctls from man page Sponsored by: The FreeBSD Foundation --- share/man/man5/fusefs.5 | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/share/man/man5/fusefs.5 b/share/man/man5/fusefs.5 index 71821f76b50d..a6df55e15948 100644 --- a/share/man/man5/fusefs.5 +++ b/share/man/man5/fusefs.5 @@ -87,13 +87,6 @@ require network access. .Pp FUSE file systems using protocol 7.23 or later specify their cache behavior on a per-mountpoint basis, ignoring this sysctl. -.It Va vfs.fusefs.lookup_cache_enable -Controls whether -.Nm -will cache lookup responses from the file system. -FUSE file systems indicate whether lookup responses should be cacheable, but -it may be useful to globally disable caching them if a file system is -misbehaving. .\" Undocumented sysctls .\" ==================== .\" Counters: I intend to rename to vfs.fusefs.stats.* for clarity @@ -102,15 +95,10 @@ misbehaving. .\" vfs.fusefs.ticker_count .\" vfs.fusefs.node_count .\" -.\" vfs.fusefs.version - useless since the driver moved in-tree .\" vfs.fusefs.reclaim_revoked: I don't understand it well-enough .\" vfs.fusefs.enforce_dev_perms: I don't understand it well enough. .\" vfs.fusefs.iov_credit: I don't understand it well enough .\" vfs.fusefs.iov_permanent_bufsize: I don't understand it well enough -.\" vfs.fusefs.fix_broken_io: I don't understand it well enough -.\" vfs.fusefs.refresh_size: probably useless? -.\" vfs.fusefs.mmap_enable: why is this optional? -.\" vfs.fusefs.data_cache_invalidate: what is this needed for? .Sh SEE ALSO .Xr mount_fusefs 8 .Sh HISTORY