mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@osdl.org>
To: Alexey Dobriyan <adobriyan@gmail.com>
Cc: linux-kernel@vger.kernel.org, Christoph Lameter <christoph@lameter.com>
Subject: Re: [PATCH] mm/mempolicy.c: fix 'if ();' typo
Date: Mon, 20 Feb 2006 12:37:43 -0800	[thread overview]
Message-ID: <20060220123743.00adf162.akpm@osdl.org> (raw)
In-Reply-To: <20060220145703.GA8200@mipter.zuzino.mipt.ru>

Alexey Dobriyan <adobriyan@gmail.com> wrote:
>
> Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
> ---
> 
>  mm/mempolicy.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> --- a/mm/mempolicy.c
> +++ b/mm/mempolicy.c
> @@ -587,7 +587,7 @@ redo:
>  		}
>  		list_add(&page->lru, &newlist);
>  		nr_pages++;
> -		if (nr_pages > MIGRATE_CHUNK_SIZE);
> +		if (nr_pages > MIGRATE_CHUNK_SIZE)
>  			break;
>  	}
>  	err = migrate_pages(pagelist, &newlist, &moved, &failed);

rofl.  That should speed things up a bit, thanks.

      reply	other threads:[~2006-02-20 20:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-20 14:57 Alexey Dobriyan
2006-02-20 20:37 ` Andrew Morton [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=20060220123743.00adf162.akpm@osdl.org \
    --to=akpm@osdl.org \
    --cc=adobriyan@gmail.com \
    --cc=christoph@lameter.com \
    --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

all inboxes | Powered by JetHome®