Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751973AbYJTV4V (ORCPT ); Mon, 20 Oct 2008 17:56:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751193AbYJTV4N (ORCPT ); Mon, 20 Oct 2008 17:56:13 -0400 Received: from ug-out-1314.google.com ([66.249.92.168]:51305 "EHLO ug-out-1314.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751231AbYJTV4M (ORCPT ); Mon, 20 Oct 2008 17:56:12 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mime-version:content-type :content-disposition:user-agent; b=WEBsibJkzf8YjTH139FatLv8Hs5HBehjGqkoRuYnLnzKRA42MNKLnyw8axe/E29Uz7 9NNxI0TkEV46fZvUFndwiKuzd96ZoDHHUc+N9q0kH1YJU1UDrG356ystvTA9yHECvP2v 7ZacU9rak8zleywh5H+RuAAixzq7jEs31QE1I= Date: Tue, 21 Oct 2008 01:56:01 +0400 From: Alexander Beregalov To: menage@google.com, linux-kernel@vger.kernel.org Subject: [PATCH] kernel/cgroup.c: remove unused variable Message-ID: <20081020215601.GA21471@orion> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.16 (2007-06-09) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 781 Lines: 25 Signed-off-by: Alexander Beregalov --- 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/