Message ID | 20241211180542.1411428-3-hch@lst.de (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [1/2] mkfs: small rgcount man page fixup | expand |
On Wed, Dec 11, 2024 at 07:05:37PM +0100, Christoph Hellwig wrote: > Document the new rgextent geom field. > > Signed-off-by: Christoph Hellwig <hch@lst.de> Looks good, Reviewed-by: "Darrick J. Wong" <djwong@kernel.org> --D > --- > man/man2/ioctl_xfs_fsgeometry.2 | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > > diff --git a/man/man2/ioctl_xfs_fsgeometry.2 b/man/man2/ioctl_xfs_fsgeometry.2 > index c808ad5b8b91..502054f391e9 100644 > --- a/man/man2/ioctl_xfs_fsgeometry.2 > +++ b/man/man2/ioctl_xfs_fsgeometry.2 > @@ -49,7 +49,8 @@ struct xfs_fsop_geom { > > __u32 sick; > __u32 checked; > - __u64 reserved[17]; > + __u64 rgextents; > + __u64 reserved[16]; > }; > .fi > .in > @@ -139,6 +140,9 @@ Please see the section > .B XFS METADATA HEALTH REPORTING > for more details. > .PP > +.I rgextents > +Is the number of RT extents in each rtgroup. > +.PP > .I reserved > is set to zero. > .SH FILESYSTEM FEATURE FLAGS > -- > 2.45.2 > >
diff --git a/man/man2/ioctl_xfs_fsgeometry.2 b/man/man2/ioctl_xfs_fsgeometry.2 index c808ad5b8b91..502054f391e9 100644 --- a/man/man2/ioctl_xfs_fsgeometry.2 +++ b/man/man2/ioctl_xfs_fsgeometry.2 @@ -49,7 +49,8 @@ struct xfs_fsop_geom { __u32 sick; __u32 checked; - __u64 reserved[17]; + __u64 rgextents; + __u64 reserved[16]; }; .fi .in @@ -139,6 +140,9 @@ Please see the section .B XFS METADATA HEALTH REPORTING for more details. .PP +.I rgextents +Is the number of RT extents in each rtgroup. +.PP .I reserved is set to zero. .SH FILESYSTEM FEATURE FLAGS
Document the new rgextent geom field. Signed-off-by: Christoph Hellwig <hch@lst.de> --- man/man2/ioctl_xfs_fsgeometry.2 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)