|
|
4ecb47 |
From 692f223b5a152951d38d2dcf9103d28b2185626c Mon Sep 17 00:00:00 2001
|
|
|
4ecb47 |
From: Neal Gompa <ngompa@fedoraproject.org>
|
|
|
4ecb47 |
Date: Tue, 21 Mar 2023 15:40:15 -0400
|
|
|
4ecb47 |
Subject: [PATCH 2/2] btrfs-progs: mkfs: doc: Drop version change for 4k
|
|
|
4ecb47 |
sectorsize
|
|
|
4ecb47 |
|
|
|
4ecb47 |
This is not yet upstream so we don't know what version this change
|
|
|
4ecb47 |
has landed in.
|
|
|
4ecb47 |
---
|
|
|
4ecb47 |
Documentation/Subpage.rst | 4 ++--
|
|
|
4ecb47 |
Documentation/mkfs.btrfs.rst | 3 ---
|
|
|
4ecb47 |
2 files changed, 2 insertions(+), 5 deletions(-)
|
|
|
4ecb47 |
|
|
|
4ecb47 |
diff --git a/Documentation/Subpage.rst b/Documentation/Subpage.rst
|
|
|
4ecb47 |
index 4bcfc6cf..698085bd 100644
|
|
|
4ecb47 |
--- a/Documentation/Subpage.rst
|
|
|
4ecb47 |
+++ b/Documentation/Subpage.rst
|
|
|
4ecb47 |
@@ -9,7 +9,7 @@ to the exactly same size of the block and page. On x86_64 this is typically
|
|
|
4ecb47 |
pages, like 64KiB on 64bit ARM or PowerPC. This means filesystems created
|
|
|
4ecb47 |
with 64KiB sector size cannot be mounted on a system with 4KiB page size.
|
|
|
4ecb47 |
|
|
|
4ecb47 |
-Since v6.5, filesystems are created with a 4KiB sectorsize by default,
|
|
|
4ecb47 |
+Filesystems are created with a 4KiB sectorsize by default,
|
|
|
4ecb47 |
though it remains possible to create filesystems with other page sizes
|
|
|
4ecb47 |
(such as 64KiB with the "-s 64k" option for :command:`mkfs.btrfs`). This
|
|
|
4ecb47 |
ensures that new filesystems are compatible across other architecture
|
|
|
4ecb47 |
@@ -21,7 +21,7 @@ Requirements, limitations
|
|
|
4ecb47 |
The initial subpage support has been added in v5.15. Most features are
|
|
|
4ecb47 |
already working without problems. On a 64KiB page system, a filesystem with
|
|
|
4ecb47 |
4KiB sectorsize can be mounted and used as long as the initial mount succeeds.
|
|
|
4ecb47 |
-Subpage support is used by default for systems with a non-4KiB page size since v6.5.
|
|
|
4ecb47 |
+Subpage support is used by default for systems with a non-4KiB page size.
|
|
|
4ecb47 |
|
|
|
4ecb47 |
Please refer to status page of :ref:`status-subpage-block-size` for
|
|
|
4ecb47 |
compatibility.
|
|
|
4ecb47 |
diff --git a/Documentation/mkfs.btrfs.rst b/Documentation/mkfs.btrfs.rst
|
|
|
4ecb47 |
index d602fe9c..11ac4af2 100644
|
|
|
4ecb47 |
--- a/Documentation/mkfs.btrfs.rst
|
|
|
4ecb47 |
+++ b/Documentation/mkfs.btrfs.rst
|
|
|
4ecb47 |
@@ -129,9 +129,6 @@ OPTIONS
|
|
|
4ecb47 |
advised unless you intend to mount it on a system with the suitable
|
|
|
4ecb47 |
page size.
|
|
|
4ecb47 |
|
|
|
4ecb47 |
- .. note::
|
|
|
4ecb47 |
- Versions prior to 6.4 set the sectorsize matching to the page size.
|
|
|
4ecb47 |
-
|
|
|
4ecb47 |
-L|--label <string>
|
|
|
4ecb47 |
Specify a label for the filesystem. The *string* should be less than 256
|
|
|
4ecb47 |
bytes and must not contain newline characters.
|
|
|
4ecb47 |
--
|
|
|
4ecb47 |
2.41.0
|
|
|
4ecb47 |
|