linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Christoph Lameter <christoph@lameter.com>
To: Martin Hicks <mort@sgi.com>
Cc: Linux-MM <linux-mm@kvack.org>
Subject: Re: [PATCH] VM: add capabilites check to set_zone_reclaim
Date: Wed, 27 Jul 2005 16:33:56 -0700 (PDT)	[thread overview]
Message-ID: <Pine.LNX.4.62.0507271633050.28636@graphe.net> (raw)
In-Reply-To: <20050727221424.GW9492@localhost>

On Wed, 27 Jul 2005, Martin Hicks wrote:

>  	struct zone *z;
>  	int i;
>  
> +        if (!capable(CAP_SYS_ADMIN))
> +                return -EACCES;
> +
>  	if (node >= MAX_NUMNODES || !node_online(node))
>  		return -EINVAL;

Fix the whitespace issues.
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

      reply	other threads:[~2005-07-27 23:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-27 22:14 Martin Hicks
2005-07-27 23:33 ` Christoph Lameter [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=Pine.LNX.4.62.0507271633050.28636@graphe.net \
    --to=christoph@lameter.com \
    --cc=linux-mm@kvack.org \
    --cc=mort@sgi.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