| To: | david@xxxxxxxxxxxxx, darrick.wong@xxxxxxxxxx |
|---|---|
| Subject: | [PATCH 20/29] xfs_io: scrub the realtime rmap |
| From: | "Darrick J. Wong" <darrick.wong@xxxxxxxxxx> |
| Date: | Thu, 25 Aug 2016 17:00:42 -0700 |
| Cc: | linux-xfs@xxxxxxxxxxxxxxx, xfs@xxxxxxxxxxx |
| Delivered-to: | xfs@xxxxxxxxxxx |
| In-reply-to: | <147216950911.7022.438115723996286926.stgit@xxxxxxxxxxxxxxxx> |
| References: | <147216950911.7022.438115723996286926.stgit@xxxxxxxxxxxxxxxx> |
| User-agent: | StGit/0.17.1-dirty |
Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx>
---
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},
};
|
| Previous by Date: | [PATCH 17/29] xfs_db: support rudimentary checks of the rtrmap btree, Darrick J. Wong |
|---|---|
| Next by Date: | [PATCH 18/29] xfs_db: copy the realtime rmap btree, Darrick J. Wong |
| Previous by Thread: | [PATCH 17/29] xfs_db: support rudimentary checks of the rtrmap btree, Darrick J. Wong |
| Next by Thread: | [PATCH 18/29] xfs_db: copy the realtime rmap btree, Darrick J. Wong |
| Indexes: | [Date] [Thread] [Top] [All Lists] |