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 56642b8..5d5e4ae 100644 --- a/io/inject.c +++ b/io/inject.c @@ -84,7 +84,9 @@ error_tag(char *name) { XFS_ERRTAG_REFCOUNT_FINISH_ONE, "refcount_finish_one" }, #define XFS_ERRTAG_BMAP_FINISH_ONE 26 { XFS_ERRTAG_BMAP_FINISH_ONE, "bmap_finish_one" }, -#define XFS_ERRTAG_MAX 27 +#define XFS_ERRTAG_AG_RESV_CRITICAL 27 + { XFS_ERRTAG_AG_RESV_CRITICAL, "ag_resv_critical" }, +#define XFS_ERRTAG_MAX 28 { XFS_ERRTAG_MAX, NULL } }; int count; -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html