From: Jens Axboe <axboe@kernel.dk>
To: Andrey Kuzmin <andrey.v.kuzmin@gmail.com>
Cc: "fio@vger.kernel.org" <fio@vger.kernel.org>
Subject: Re: Copy/paste nit in io_ddir.h?
Date: Fri, 5 Feb 2016 08:13:21 -0700 [thread overview]
Message-ID: <56B4BC11.6050909@kernel.dk> (raw)
In-Reply-To: <CANvN+emGxSfGdx=XO9_Lgfgjuybd1+PDJMW1xsMN-LVUQFw_Cw@mail.gmail.com>
On 02/05/2016 01:59 AM, Andrey Kuzmin wrote:
> diff --git a/io_ddir.h b/io_ddir.h
> index e5eff68..071b036 100644
> --- a/io_ddir.h
> +++ b/io_ddir.h
> @@ -17,7 +17,7 @@ enum fio_ddir {
> static inline const char *io_ddir_name(enum fio_ddir ddir)
> {
> const char *name[] = { "read", "write", "trim", "sync", "datasync",
> - "sync_file_range", "write", };
> + "sync_file_range", "wait", };
> if (ddir < DDIR_LAST)
> return name[ddir];
Indeed, thanks, applied.
--
Jens Axboe
prev parent reply other threads:[~2016-02-05 15:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-05 8:59 Copy/paste nit in io_ddir.h? Andrey Kuzmin
2016-02-05 15:13 ` Jens Axboe [this message]
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=56B4BC11.6050909@kernel.dk \
--to=axboe@kernel.dk \
--cc=andrey.v.kuzmin@gmail.com \
--cc=fio@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.