On Thu, Nov 30, 2017 at 04:12:32PM -0600, Eric Sandeen wrote: > Signed-off-by: Eric Sandeen <sandeen@xxxxxxxxxx> /me wonders if we could make so that the compiler complains about missing table entries here, but that's orthogonal to this patch so: Reviewed-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> --D > --- > > it might be nice to also allow specification by number, but > for now just fix this up to match the currently-defined tags. > > diff --git a/io/inject.c b/io/inject.c > index 9d0cf62..2f15854 100644 > --- a/io/inject.c > +++ b/io/inject.c > @@ -62,6 +62,7 @@ error_tag(char *name) > { XFS_ERRTAG_DROP_WRITES, "drop_writes" }, > { XFS_ERRTAG_LOG_BAD_CRC, "log_bad_crc" }, > { XFS_ERRTAG_LOG_ITEM_PIN, "log_item_pin" }, > + { XFS_ERRTAG_BUF_LRU_REF, "buf_lru_ref" }, > { 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 -- 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