lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 21 Oct 2008 08:13:59 +0800
From:	Li Zefan <lizf@...fujitsu.com>
To:	Alexander Beregalov <a.beregalov@...il.com>
CC:	menage@...gle.com, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] kernel/cgroup.c: remove unused variable

Alexander Beregalov wrote:
> 

I've sent a patch including this cleanup yesterday.

> Signed-off-by: Alexander Beregalov <a.beregalov@...il.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@...r.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ