diff --git a/Documentation/btrfs-inspect-internal.rst b/Documentation/btrfs-inspect-internal.rst index 3f163456..6af6b97c 100644 --- a/Documentation/btrfs-inspect-internal.rst +++ b/Documentation/btrfs-inspect-internal.rst @@ -18,8 +18,6 @@ SUBCOMMAND ---------- dump-super [options] [device...] - (replaces the standalone tool **btrfs-show-super**) - Show btrfs superblock information stored on given devices in textual form. By default the first superblock is printed, more details about all copies or additional backup data can be printed. @@ -62,8 +60,6 @@ dump-super [options] [device...] *--force* dump-tree [options] [device...] - (replaces the standalone tool **btrfs-debug-tree**) - Dump tree structures from a given device in textual form, expand keys to human readable equivalents where possible. This is useful for analyzing filesystem state or inconsistencies and has diff --git a/Documentation/btrfs.rst b/Documentation/btrfs.rst index d97231aa..980c891c 100644 --- a/Documentation/btrfs.rst +++ b/Documentation/btrfs.rst @@ -150,17 +150,6 @@ btrfs-select-super btrfs-find-root rescue helper to find tree roots in a filesystem -Deprecated and obsolete tools: - -btrfs-debug-tree - moved to **btrfs inspect-internal dump-tree**. Removed from - source distribution. -btrfs-show-super - moved to **btrfs inspect-internal dump-super**, standalone - removed. -btrfs-zero-log - moved to **btrfs rescue zero-log**, standalone removed. - For space-constrained environments, it's possible to build a single binary with functionality of several standalone tools. This is following the concept of busybox where the file name selects the functionality. This works for symlinks