* [PATCH] mkfs.xfs.8: correction on mkfs.xfs manpage since reflink and dax are compatible
@ 2023-07-28 22:20 ` Bill O'Donnell
2023-07-28 22:33 ` Darrick J. Wong
2023-08-02 8:52 ` Carlos Maiolino
0 siblings, 2 replies; 3+ messages in thread
From: Bill O'Donnell @ 2023-07-28 22:20 UTC (permalink / raw)
To: linux-xfs; +Cc: cem, bodonnel
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>
---
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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] mkfs.xfs.8: correction on mkfs.xfs manpage since reflink and dax are compatible
2023-07-28 22:20 ` [PATCH] mkfs.xfs.8: correction on mkfs.xfs manpage since reflink and dax are compatible Bill O'Donnell
@ 2023-07-28 22:33 ` Darrick J. Wong
2023-08-02 8:52 ` Carlos Maiolino
1 sibling, 0 replies; 3+ messages in thread
From: Darrick J. Wong @ 2023-07-28 22:33 UTC (permalink / raw)
To: Bill O'Donnell; +Cc: linux-xfs, cem
On Fri, Jul 28, 2023 at 05:20:17PM -0500, Bill O'Donnell wrote:
> 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>
> ---
> 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.
D'oh, we forgot to remove that.
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
--D
> .RE
> .PP
> .PD 0
> --
> 2.41.0
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] mkfs.xfs.8: correction on mkfs.xfs manpage since reflink and dax are compatible
2023-07-28 22:20 ` [PATCH] mkfs.xfs.8: correction on mkfs.xfs manpage since reflink and dax are compatible Bill O'Donnell
2023-07-28 22:33 ` Darrick J. Wong
@ 2023-08-02 8:52 ` Carlos Maiolino
1 sibling, 0 replies; 3+ messages in thread
From: Carlos Maiolino @ 2023-08-02 8:52 UTC (permalink / raw)
To: Bill O'Donnell; +Cc: linux-xfs
On Fri, Jul 28, 2023 at 05:20:17PM -0500, Bill O'Donnell wrote:
> 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: Carlos Maiolino <cmaiolino@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
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-08-02 8:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <66z3bx95e2xL_ZIVsmJU4cLb5z2V8aW7EpQ6kArDfJ2ej7brNwRcbuXvcbLP2pFWdXyFSPBFTRWG-U62SMRU7A==@protonmail.internalid>
2023-07-28 22:20 ` [PATCH] mkfs.xfs.8: correction on mkfs.xfs manpage since reflink and dax are compatible Bill O'Donnell
2023-07-28 22:33 ` Darrick J. Wong
2023-08-02 8:52 ` Carlos Maiolino
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).