[PATCH 20/29] xfs_io: scrub the realtime rmap
Darrick J. Wong
darrick.wong at oracle.com
Thu Aug 25 19:00:42 CDT 2016
Signed-off-by: Darrick J. Wong <darrick.wong at oracle.com>
---
io/scrub.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/io/scrub.c b/io/scrub.c
index 8b93121..82825de 100644
--- a/io/scrub.c
+++ b/io/scrub.c
@@ -49,6 +49,7 @@ static const struct scrub_descr scrubbers[] = {
{"bmapbtc", false},
{"rtbitmap", false},
{"rtsummary", false},
+ {"rtrmapbt", false},
{NULL, false},
};
More information about the xfs
mailing list