From: Darrick J. Wong Date: Mon, 24 Feb 2025 18:21:50 +0000 (-0800) Subject: xfs: scrub the metadir path of rt rmap btree files X-Git-Tag: v6.14.0~118 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5fa81501522a89255364fc2a80a917d72ee940af;p=thirdparty%2Fxfsprogs-dev.git xfs: scrub the metadir path of rt rmap btree files Source kernel commit: 366243cc99b7e80236a19d7391b68d0f47677f4f Add a new XFS_SCRUB_METAPATH subtype so that we can scrub the metadata directory tree path to the rmap btree file for each rt group. Signed-off-by: "Darrick J. Wong" Reviewed-by: Christoph Hellwig --- diff --git a/libxfs/xfs_fs.h b/libxfs/xfs_fs.h index 34fcbcd0..d42d3a56 100644 --- a/libxfs/xfs_fs.h +++ b/libxfs/xfs_fs.h @@ -830,9 +830,10 @@ struct xfs_scrub_vec_head { #define XFS_SCRUB_METAPATH_USRQUOTA (5) /* user quota */ #define XFS_SCRUB_METAPATH_GRPQUOTA (6) /* group quota */ #define XFS_SCRUB_METAPATH_PRJQUOTA (7) /* project quota */ +#define XFS_SCRUB_METAPATH_RTRMAPBT (8) /* realtime reverse mapping */ /* Number of metapath sm_ino values */ -#define XFS_SCRUB_METAPATH_NR (8) +#define XFS_SCRUB_METAPATH_NR (9) /* * ioctl limits