You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.3 KiB
40 lines
1.3 KiB
From 780e93c5103d3c19d53c36ab7f4794d14912f3a5 Mon Sep 17 00:00:00 2001
|
|
From: Bill O'Donnell <bodonnel@redhat.com>
|
|
Date: Fri, 28 Jul 2023 17:20:17 -0500
|
|
Subject: [PATCH] mkfs.xfs.8: correction on mkfs.xfs manpage since reflink and
|
|
dax are compatible
|
|
|
|
Merged early in 2023: Commit 480017957d638 xfs: remove restrictions for fsdax
|
|
and reflink. There needs to be a corresponding change to the mkfs.xfs manpage
|
|
to remove the incompatiblity statement.
|
|
|
|
Signed-off-by: Bill O'Donnell <bodonnel@redhat.com>
|
|
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
|
|
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
|
|
Signed-off-by: Pavel Reichl <preichl@redhat.com>
|
|
---
|
|
man/man8/mkfs.xfs.8.in | 7 -------
|
|
1 file changed, 7 deletions(-)
|
|
|
|
diff --git a/man/man8/mkfs.xfs.8.in b/man/man8/mkfs.xfs.8.in
|
|
index ce6f1e2d..08bb92f6 100644
|
|
--- a/man/man8/mkfs.xfs.8.in
|
|
+++ b/man/man8/mkfs.xfs.8.in
|
|
@@ -323,13 +323,6 @@ option set. When the option
|
|
.B \-m crc=0
|
|
is used, the reference count btree feature is not supported and reflink is
|
|
disabled.
|
|
-.IP
|
|
-Note: the filesystem DAX mount option (
|
|
-.B \-o dax
|
|
-) is incompatible with
|
|
-reflink-enabled XFS filesystems. To use filesystem DAX with XFS, specify the
|
|
-.B \-m reflink=0
|
|
-option to mkfs.xfs to disable the reflink feature.
|
|
.RE
|
|
.PP
|
|
.PD 0
|
|
--
|
|
2.41.0
|
|
|