From: Darrick J. Wong Date: Mon, 25 Nov 2024 21:14:24 +0000 (-0800) Subject: xfs: scrub the realtime group superblock X-Git-Tag: v6.13.0~103 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=5397ae40aa847b38f0aa15892d872488d8aefd3d;p=thirdparty%2Fxfsprogs-dev.git xfs: scrub the realtime group superblock Source kernel commit: 3f1bdf50ab1b9c94d0da010f8879895d29585fd9 Enable scrubbing of realtime group superblocks. Signed-off-by: Darrick J. Wong Reviewed-by: Christoph Hellwig --- diff --git a/libxfs/xfs_fs.h b/libxfs/xfs_fs.h index 4c068217..50de6ad8 100644 --- a/libxfs/xfs_fs.h +++ b/libxfs/xfs_fs.h @@ -736,9 +736,10 @@ struct xfs_scrub_metadata { #define XFS_SCRUB_TYPE_HEALTHY 27 /* everything checked out ok */ #define XFS_SCRUB_TYPE_DIRTREE 28 /* directory tree structure */ #define XFS_SCRUB_TYPE_METAPATH 29 /* metadata directory tree paths */ +#define XFS_SCRUB_TYPE_RGSUPER 30 /* realtime superblock */ /* Number of scrub subcommands. */ -#define XFS_SCRUB_TYPE_NR 30 +#define XFS_SCRUB_TYPE_NR 31 /* * This special type code only applies to the vectored scrub implementation.