From: Darrick J. Wong Date: Thu, 21 Nov 2024 00:24:13 +0000 (-0800) Subject: man2: document metadata directory flag in fsgeom ioctl X-Git-Tag: v6.13.0~173 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c62845d6d32c6bd845986f0634b7d9c21dccffa6;p=thirdparty%2Fxfsprogs-dev.git man2: document metadata directory flag in fsgeom ioctl Document the additions to the fsgeometry ioctl for metadata directory trees. Signed-off-by: "Darrick J. Wong" Reviewed-by: Christoph Hellwig --- diff --git a/man/man2/ioctl_xfs_fsgeometry.2 b/man/man2/ioctl_xfs_fsgeometry.2 index db7698fa..c808ad5b 100644 --- a/man/man2/ioctl_xfs_fsgeometry.2 +++ b/man/man2/ioctl_xfs_fsgeometry.2 @@ -214,6 +214,9 @@ Filesystem supports sharing blocks between files. .TP .B XFS_FSOP_GEOM_FLAGS_EXCHANGE_RANGE Filesystem can exchange file contents atomically via XFS_IOC_EXCHANGE_RANGE. +.TP +.B XFS_FSOP_GEOM_FLAGS_METADIR +Filesystem contains a metadata directory tree. .RE .SH XFS METADATA HEALTH REPORTING .PP