mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Li Zefan <lizf@cn.fujitsu.com>
To: Alexander Beregalov <a.beregalov@gmail.com>
Cc: menage@google.com, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] kernel/cgroup.c: remove unused variable
Date: Tue, 21 Oct 2008 08:13:59 +0800	[thread overview]
Message-ID: <48FD1EC7.1010201@cn.fujitsu.com> (raw)
In-Reply-To: <20081020215601.GA21471@orion>

Alexander Beregalov wrote:
> 

I've sent a patch including this cleanup yesterday.

> Signed-off-by: Alexander Beregalov <a.beregalov@gmail.com>
> ---
> 
>  kernel/cgroup.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
> 
> diff --git a/kernel/cgroup.c b/kernel/cgroup.c
> index 046c160..ed21eb5 100644
> --- a/kernel/cgroup.c
> +++ b/kernel/cgroup.c
> @@ -2104,7 +2104,6 @@ static void *cgroup_tasks_start(struct seq_file *s, loff_t *pos)
>  	down_read(&cgrp->pids_mutex);
>  	if (pid) {
>  		int end = cgrp->pids_length;
> -		int i;
>  		while (index < end) {
>  			int mid = (index + end) / 2;
>  			if (cgrp->tasks_pids[mid] == pid) {
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 
> 

      reply	other threads:[~2008-10-21  0:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-20 21:56 Alexander Beregalov
2008-10-21  0:13 ` Li Zefan [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=48FD1EC7.1010201@cn.fujitsu.com \
    --to=lizf@cn.fujitsu.com \
    --cc=a.beregalov@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=menage@google.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

Powered by JetHome