On 6/20/19 11:51 AM, Darrick J. Wong wrote: > From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > Link to the scrub ioctl documentation from xfsctl. > > Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> Reviewed-by: Eric Sandeen <sandeen@xxxxxxxxxx> > --- > man/man3/xfsctl.3 | 7 +++++++ > 1 file changed, 7 insertions(+) > > > diff --git a/man/man3/xfsctl.3 b/man/man3/xfsctl.3 > index 94a6ad4b..78fad975 100644 > --- a/man/man3/xfsctl.3 > +++ b/man/man3/xfsctl.3 > @@ -411,6 +411,12 @@ See > .BR ioctl_xfs_fsbulkstat (2) > for more information. > > +.TP > +.B XFS_IOC_SCRUB_METADATA > +See > +.BR ioctl_xfs_scrub_metadata (2) > +for more information. > + > .PP > .nf > .B XFS_IOC_THAW > @@ -436,6 +442,7 @@ as they are not of general use to applications. > .BR ioctl_xfs_fsgetxattr (2), > .BR ioctl_xfs_fsop_geometry (2), > .BR ioctl_xfs_fsbulkstat (2), > +.BR ioctl_xfs_scrub_metadata (2), > .BR fstatfs (2), > .BR statfs (2), > .BR xfs (5), >