From e734d11085ae0ef199c5cdbda3bd645c43de78ca Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 19 Oct 2025 23:51:36 -0500 Subject: [PATCH] deprecated_options.md --- mkdocs/docs/config/deprecated_options.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdocs/docs/config/deprecated_options.md b/mkdocs/docs/config/deprecated_options.md index 172a5bb9..9ff5ffe1 100644 --- a/mkdocs/docs/config/deprecated_options.md +++ b/mkdocs/docs/config/deprecated_options.md @@ -3,6 +3,8 @@ These are old, deprecated options which may no longer have any function or have been replaced. **They should not be used.** +* **allow_other**: mergerfs v2.35.0 and above sets this FUSE option + automatically if running as root. * **attr_timeout**: Use `cache.attr`. * **entry_timeout**: Use `cache.entry`. * **negative_entry**: Use `cache.negative_entry`. @@ -19,8 +21,6 @@ function or have been replaced. **They should not be used.** * **splice_read**: Does nothing. * **splice_write**: Does nothing. * **splice_move**: Does nothing. -* **allow_other**: mergerfs v2.35.0 and above sets this FUSE option - automatically if running as root. * **use_ino**: Use `inodecalc`. * **atomic_o_trunc**: Does nothing. * **hard_remove**: Does nothing.