From: Brian Foster <bfoster@redhat.com>
To: "Darrick J. Wong" <darrick.wong@oracle.com>
Cc: sandeen@redhat.com, linux-xfs@vger.kernel.org
Subject: Re: [PATCH 3/3] xfs_io: add new error injection knobs to inject command
Date: Fri, 20 Oct 2017 07:23:49 -0400 [thread overview]
Message-ID: <20171020112349.GC13669@bfoster.bfoster> (raw)
In-Reply-To: <150837630628.31583.12537115048470504642.stgit@magnolia>
On Wed, Oct 18, 2017 at 06:25:06PM -0700, Darrick J. Wong wrote:
> From: Darrick J. Wong <darrick.wong@oracle.com>
>
> Bring xfs_io's inject command up to date with the newest knobs.
>
> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
> ---
Reviewed-by: Brian Foster <bfoster@redhat.com>
> io/inject.c | 8 +++++++-
> 1 file changed, 7 insertions(+), 1 deletion(-)
>
>
> diff --git a/io/inject.c b/io/inject.c
> index 25c7021..964ebfe 100644
> --- a/io/inject.c
> +++ b/io/inject.c
> @@ -86,7 +86,13 @@ error_tag(char *name)
> { XFS_ERRTAG_BMAP_FINISH_ONE, "bmap_finish_one" },
> #define XFS_ERRTAG_AG_RESV_CRITICAL 27
> { XFS_ERRTAG_AG_RESV_CRITICAL, "ag_resv_critical" },
> -#define XFS_ERRTAG_MAX 28
> +#define XFS_ERRTAG_DROP_WRITES 28
> + { XFS_ERRTAG_DROP_WRITES, "drop_writes" },
> +#define XFS_ERRTAG_LOG_BAD_CRC 29
> + { XFS_ERRTAG_LOG_BAD_CRC, "log_bad_crc" },
> +#define XFS_ERRTAG_LOG_ITEM_PIN 30
> + { XFS_ERRTAG_LOG_ITEM_PIN, "log_item_pin" },
> +#define XFS_ERRTAG_MAX 31
> { 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@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2017-10-20 11:23 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-19 1:24 [PATCH 1/3] db: increase metadump's default overly long extent discard threshold Darrick J. Wong
2017-10-19 1:25 ` [PATCH 2/3] xfsprogs: explicitly cast troublesome types to match printf format specifiers Darrick J. Wong
2017-10-20 11:23 ` Brian Foster
2017-10-19 1:25 ` [PATCH 3/3] xfs_io: add new error injection knobs to inject command Darrick J. Wong
2017-10-20 11:23 ` Brian Foster [this message]
2017-10-20 11:23 ` [PATCH 1/3] db: increase metadump's default overly long extent discard threshold Brian Foster
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171020112349.GC13669@bfoster.bfoster \
--to=bfoster@redhat.com \
--cc=darrick.wong@oracle.com \
--cc=linux-xfs@vger.kernel.org \
--cc=sandeen@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).