Blob Blame History Raw
From ec4bcc45d5179aa30ae62dd95da7cead0613e0bd Mon Sep 17 00:00:00 2001
From: Neal Gompa <ngompa@fedoraproject.org>
Date: Tue, 21 Mar 2023 15:40:15 -0400
Subject: [PATCH 2/2] btrfs-progs: mkfs: doc: Drop version change for 4k
 sectorsize

This is not yet upstream so we don't know what version this change
has landed in.
---
 Documentation/Subpage.rst    | 4 ++--
 Documentation/mkfs.btrfs.rst | 3 ---
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/Documentation/Subpage.rst b/Documentation/Subpage.rst
index 62f2f924..4617fad4 100644
--- a/Documentation/Subpage.rst
+++ b/Documentation/Subpage.rst
@@ -9,7 +9,7 @@ to the exactly same size of the block and page. On x86_64 this is typically
 pages, like 64KiB on 64bit ARM or PowerPC. This means filesystems created
 with 64KiB sector size cannot be mounted on a system with 4KiB page size.
 
-Since v6.4, filesystems are created with a 4KiB sectorsize by default,
+Filesystems are created with a 4KiB sectorsize by default,
 though it remains possible to create filesystems with other page sizes
 (such as 64KiB with the "-s 64k" option for :command:`mkfs.btrfs`). This
 ensures that new filesystems are compatible across other architecture
@@ -20,7 +20,7 @@ Requirements, limitations
 
 The initial subpage support has been added in v5.15. Most features are
 already working without problems. Subpage support is used by default
-for systems with a non-4KiB page size since v6.4.
+for systems with a non-4KiB page size.
 
 End users can mount filesystems with 4KiB sectorsize and do their usual
 workload, while should not notice any obvious change, as long as the initial
diff --git a/Documentation/mkfs.btrfs.rst b/Documentation/mkfs.btrfs.rst
index 47b8b05e..b7bc80f2 100644
--- a/Documentation/mkfs.btrfs.rst
+++ b/Documentation/mkfs.btrfs.rst
@@ -127,9 +127,6 @@ OPTIONS
         advised unless you intend to mount it on a system with the suitable
         page size.
 
-        .. note::
-                Versions prior to 6.4 set the sectorsize matching to the page size.
-
 -L|--label <string>
         Specify a label for the filesystem. The *string* should be less than 256
         bytes and must not contain newline characters.
-- 
2.40.0