From b677e6bb03af8ec0de3d208b667cdd3668edd4fe Mon Sep 17 00:00:00 2001 From: David Sterba Date: Fri, 3 Jul 2020 14:21:17 +0200 Subject: [PATCH] btrfs-progs: docs: remove deprecated alloc_start and subvolrootid The options have been deprecated for a long time, the kernel mount options are being removed too (in 5.9). Signed-off-by: David Sterba --- Documentation/btrfs-man5.asciidoc | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/Documentation/btrfs-man5.asciidoc b/Documentation/btrfs-man5.asciidoc index a2e8e08d..064312ed 100644 --- a/Documentation/btrfs-man5.asciidoc +++ b/Documentation/btrfs-man5.asciidoc @@ -499,25 +499,12 @@ DEPRECATED MOUNT OPTIONS List of mount options that have been removed, kept for backward compatibility. -*alloc_start='bytes'*:: -(default: 1M, minimum: 1M, deprecated since: 4.13) -+ -Debugging option to force all block allocations above a certain -byte threshold on each block device. The value is specified in -bytes, optionally with a K, M, or G suffix (case insensitive). - *recovery*:: (since: 3.2, default: off, deprecated since: 4.5) + NOTE: this option has been replaced by 'usebackuproot' and should not be used but will work on 4.5+ kernels. -*subvolrootid='objectid'*:: -(irrelevant since: 3.2, formally deprecated since: 3.10) -+ -A workaround option from times (pre 3.2) when it was not possible to mount a -subvolume that did not reside directly under the toplevel subvolume. - NOTES ON GENERIC MOUNT OPTIONS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~