]> www.infradead.org Git - users/hch/xfsprogs.git/commitdiff
xfs: scrub the realtime refcount btree
authorDarrick J. Wong <djwong@kernel.org>
Sun, 11 Aug 2024 06:58:22 +0000 (08:58 +0200)
committerChristoph Hellwig <hch@lst.de>
Mon, 12 Aug 2024 11:53:51 +0000 (13:53 +0200)
Source kernel commit: 844d7f8755a67b01391da92b99a5342c8b2b83f4

Add code to scrub realtime refcount btrees.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Christoph Hellwig <hch@lst.de>
libxfs/xfs_fs.h

index d460be71c31406d59d0de1de08fb54f53c8522fb..53e2416befc9bc39b8cfd739a9bc2c5c8d7e3272 100644 (file)
@@ -738,9 +738,10 @@ struct xfs_scrub_metadata {
 #define XFS_SCRUB_TYPE_METAPATH        29      /* metadata directory tree paths */
 #define XFS_SCRUB_TYPE_RGSUPER 30      /* realtime superblock */
 #define XFS_SCRUB_TYPE_RTRMAPBT        31      /* rtgroup reverse mapping btree */
+#define XFS_SCRUB_TYPE_RTREFCBT        32      /* realtime reference count btree */
 
 /* Number of scrub subcommands. */
-#define XFS_SCRUB_TYPE_NR      32
+#define XFS_SCRUB_TYPE_NR      33
 
 /*
  * This special type code only applies to the vectored scrub implementation.