From: Jens Axboe <axboe@kernel.dk>
To: Rebecca Cran <rebecca@bluestop.org>, fio@vger.kernel.org
Subject: Re: [PATCH] Fix 'nice' parameter range: should be -20 to 19, not -19 to 20.
Date: Thu, 26 Oct 2017 15:31:50 -0600 [thread overview]
Message-ID: <1d5f05f4-9bc5-5835-2813-2bc85495e5db@kernel.dk> (raw)
In-Reply-To: <20171026212823.86536-1-rebecca@bluestop.org>
On 10/26/2017 03:28 PM, Rebecca Cran wrote:
> ---
> options.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/options.c b/options.c
> index 8ee986a7..5813a66b 100644
> --- a/options.c
> +++ b/options.c
> @@ -3252,8 +3252,8 @@ struct fio_option fio_options[FIO_MAX_OPTS] = {
> .type = FIO_OPT_INT,
> .off1 = offsetof(struct thread_options, nice),
> .help = "Set job CPU nice value",
> - .minval = -19,
> - .maxval = 20,
> + .minval = -20,
> + .maxval = 19,
> .def = "0",
> .interval = 1,
> .category = FIO_OPT_C_GENERAL,
Applied, thanks.
--
Jens Axboe
prev parent reply other threads:[~2017-10-26 21:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-26 21:28 [PATCH] Fix 'nice' parameter range: should be -20 to 19, not -19 to 20 Rebecca Cran
2017-10-26 21:31 ` 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=1d5f05f4-9bc5-5835-2813-2bc85495e5db@kernel.dk \
--to=axboe@kernel.dk \
--cc=fio@vger.kernel.org \
--cc=rebecca@bluestop.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox