public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Con Kolivas <kernel@kolivas.org>
To: aris@cathedrallabs.org (Aristeu Sergio Rozanski Filho)
Cc: Linux Kernel Mailinglist <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] Autoregulated VM swappiness
Date: Mon, 31 May 2004 21:54:15 +1000	[thread overview]
Message-ID: <200405312154.15592.kernel@kolivas.org> (raw)
In-Reply-To: <20040531115009.GG2159@cathedrallabs.org>

On Mon, 31 May 2004 21:50, Aristeu Sergio Rozanski Filho wrote:
> Hi Con,
>
> +               .ctl_name       = VM_AUTO_SWAPPINESS,
> +               .procname       = "autoswappiness",
> +               .data           = &auto_swappiness,
> +               .maxlen         = sizeof(auto_swappiness),
> +               .mode           = 0644,
> +               .proc_handler   = &proc_dointvec_minmax,
> +               .strategy       = &sysctl_intvec,
> +               .extra1         = &zero,
> +               .extra2         = &one_hundred,
> +       },
> shouldn't be proc_dointvec here? seems minmax isn't needed.

Err yeah sure, thanks.

Con

  reply	other threads:[~2004-05-31 11:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-30 13:30 [PATCH] Autoregulated VM swappiness Con Kolivas
2004-05-31 11:50 ` Aristeu Sergio Rozanski Filho
2004-05-31 11:54   ` Con Kolivas [this message]
2004-05-31 13:47     ` Con Kolivas
2004-05-31 14:34       ` Aristeu Sergio Rozanski Filho

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=200405312154.15592.kernel@kolivas.org \
    --to=kernel@kolivas.org \
    --cc=aris@cathedrallabs.org \
    --cc=linux-kernel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox