Signed-off-by: Eric Sandeen <sandeen@xxxxxxxxxx> --- 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