From 5b074d87781b8a1f75935e4b20fde0952dd8a168 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 19 Oct 2025 23:59:21 -0500 Subject: [PATCH] deprecated_options.md --- mkdocs/docs/config/deprecated_options.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/mkdocs/docs/config/deprecated_options.md b/mkdocs/docs/config/deprecated_options.md index dcd95118..5dfda62f 100644 --- a/mkdocs/docs/config/deprecated_options.md +++ b/mkdocs/docs/config/deprecated_options.md @@ -5,17 +5,17 @@ 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. +* **async_read**: Use `async_read=true`. +* **atomic_o_trunc**: Does nothing. * **attr_timeout**: Use `cache.attr`. -* **entry_timeout**: Use `cache.entry`. -* **negative_entry**: Use `cache.negative_entry`. +* **auto_cache**: Use `cache.files=auto-full`. * **direct_io**: Use `cache.files=off`. +* **entry_timeout**: Use `cache.entry`. +* **hard_remove**: Does nothing. * **kernel_cache**: Use `cache.files=full`. -* **auto_cache**: Use `cache.files=auto-full`. -* **async_read**: Use `async_read=true`. -* **sync_read**: Use `async_read=false`. +* **negative_entry**: Use `cache.negative_entry`. +* **splice_move**: Does nothing. * **splice_read**: Does nothing. * **splice_write**: Does nothing. -* **splice_move**: Does nothing. +* **sync_read**: Use `async_read=false`. * **use_ino**: Use `inodecalc`. -* **atomic_o_trunc**: Does nothing. -* **hard_remove**: Does nothing.