From 56ea5a3eba4f2048d3e6297a7ab7eb5ef19e2177 Mon Sep 17 00:00:00 2001 From: Neal Gompa 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 39ef7d6d..a128db95 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.3, 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 mkfs.btrfs). This ensures that new filesystems are compatible across other architecture variants using @@ -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.3. +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 50d9921a..0f6056a4 100644 --- a/Documentation/mkfs.btrfs.rst +++ b/Documentation/mkfs.btrfs.rst @@ -123,9 +123,6 @@ OPTIONS advised unless you intend to mount it on a system with the suitable page size. - .. note:: - Versions prior to 6.3 set the sectorsize matching to the page size. - -L|--label Specify a label for the filesystem. The *string* should be less than 256 bytes and must not contain newline characters. -- 2.39.2