diff mbox

xfs_io: add DAX and CoW extent-size flags to chattr manpage

Message ID 20170119073511.11590-1-eguan@redhat.com (mailing list archive)
State Accepted
Headers show

Commit Message

Eryu Guan Jan. 19, 2017, 7:35 a.m. UTC
Manpage is not updated after adding set/clear DAX and CoW
extent-size flags support to xfs_io.

Signed-off-by: Eryu Guan <eguan@redhat.com>
---
 man/man8/xfs_io.8 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Christoph Hellwig Jan. 19, 2017, 2:58 p.m. UTC | #1
On Thu, Jan 19, 2017 at 03:35:11PM +0800, Eryu Guan wrote:
> Manpage is not updated after adding set/clear DAX and CoW
> extent-size flags support to xfs_io.
> 
> Signed-off-by: Eryu Guan <eguan@redhat.com>

Looks good,

Reviewed-by: Christoph Hellwig <hch@lst.de>
--
To unsubscribe from this list: send the line "unsubscribe linux-xfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Eric Sandeen Jan. 19, 2017, 3:14 p.m. UTC | #2
On 1/19/17 1:35 AM, Eryu Guan wrote:
> Manpage is not updated after adding set/clear DAX and CoW
> extent-size flags support to xfs_io.
> 
> Signed-off-by: Eryu Guan <eguan@redhat.com>

Reviewed-by: Eric Sandeen <sandeen@redhat.com>

The manpage also references xfsctl(3) for descriptions, so that
could probably use some updating as well, if you feel inclined.

-Eric

> ---
>  man/man8/xfs_io.8 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/man/man8/xfs_io.8 b/man/man8/xfs_io.8
> index 885df7f..fccddcf 100644
> --- a/man/man8/xfs_io.8
> +++ b/man/man8/xfs_io.8
> @@ -798,7 +798,7 @@ can be used to restrict the output to directories only).
>  This is a depth first descent, it does not follow symlinks and
>  it also does not cross mount points.
>  .TP
> -.BR chattr " [ " \-R " | " \-D " ] [ " + / \-riasAdtPneEfS " ]"
> +.BR chattr " [ " \-R " | " \-D " ] [ " + / \-riasAdtPneEfSxC " ]"
>  Change extended inode flags on the currently open file. The
>  .B \-R
>  and
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-xfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/man/man8/xfs_io.8 b/man/man8/xfs_io.8
index 885df7f..fccddcf 100644
--- a/man/man8/xfs_io.8
+++ b/man/man8/xfs_io.8
@@ -798,7 +798,7 @@  can be used to restrict the output to directories only).
 This is a depth first descent, it does not follow symlinks and
 it also does not cross mount points.
 .TP
-.BR chattr " [ " \-R " | " \-D " ] [ " + / \-riasAdtPneEfS " ]"
+.BR chattr " [ " \-R " | " \-D " ] [ " + / \-riasAdtPneEfSxC " ]"
 Change extended inode flags on the currently open file. The
 .B \-R
 and