| To: | david@xxxxxxxxxxxxx, darrick.wong@xxxxxxxxxx |
|---|---|
| Subject: | [PATCH 054/145] xfs_io: add rmap-finish error injection type |
| From: | "Darrick J. Wong" <darrick.wong@xxxxxxxxxx> |
| Date: | Thu, 16 Jun 2016 18:36:25 -0700 |
| Cc: | xfs@xxxxxxxxxxx |
| Delivered-to: | xfs@xxxxxxxxxxx |
| In-reply-to: | <146612704434.16048.12932915166928562654.stgit@xxxxxxxxxxxxxxxx> |
| References: | <146612704434.16048.12932915166928562654.stgit@xxxxxxxxxxxxxxxx> |
| User-agent: | StGit/0.17.1-dirty |
Add XFS_ERRTAG_RMAP_FINISH_ONE to the types of errors we can inject.
Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx>
---
io/inject.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/io/inject.c b/io/inject.c
index 12e0fb3..16ac925 100644
--- a/io/inject.c
+++ b/io/inject.c
@@ -76,7 +76,9 @@ error_tag(char *name)
{ XFS_ERRTAG_BMAPIFORMAT, "bmapifmt" },
#define XFS_ERRTAG_FREE_EXTENT 22
{ XFS_ERRTAG_FREE_EXTENT, "free_extent" },
-#define XFS_ERRTAG_MAX 23
+#define XFS_ERRTAG_RMAP_FINISH_ONE 23
+ { XFS_ERRTAG_RMAP_FINISH_ONE, "rmap_finish_one" },
+#define XFS_ERRTAG_MAX 24
{ XFS_ERRTAG_MAX, NULL }
};
int count;
|
| Previous by Date: | [PATCH 053/145] xfs_growfs: report rmapbt presence, Darrick J. Wong |
|---|---|
| Next by Date: | [PATCH 055/145] xfs_logprint: support rmap redo items, Darrick J. Wong |
| Previous by Thread: | [PATCH 053/145] xfs_growfs: report rmapbt presence, Darrick J. Wong |
| Next by Thread: | [PATCH 055/145] xfs_logprint: support rmap redo items, Darrick J. Wong |
| Indexes: | [Date] [Thread] [Top] [All Lists] |