From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756670AbYGPHSX (ORCPT ); Wed, 16 Jul 2008 03:18:23 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753826AbYGPHSO (ORCPT ); Wed, 16 Jul 2008 03:18:14 -0400 Received: from smtp-out.google.com ([216.239.33.17]:26470 "EHLO smtp-out.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753385AbYGPHSN (ORCPT ); Wed, 16 Jul 2008 03:18:13 -0400 DomainKey-Signature: a=rsa-sha1; s=beta; d=google.com; c=nofws; q=dns; h=received:message-id:date:from:to:subject:cc:in-reply-to: mime-version:content-type:content-transfer-encoding: content-disposition:references; b=SZPMJdaSq3zla2FzneCKSNg7NukyXCZ4LRECNlsilt/L/ZO/VENxUoFHHG+8sNI+i yZlhnV6ALn0QpcFjiT0Cg== Message-ID: <6599ad830807160017p70943200wb74504d8fa4dca9b@mail.gmail.com> Date: Wed, 16 Jul 2008 00:17:58 -0700 From: "Paul Menage" To: "Lai Jiangshan" Subject: Re: [PATCH 2/3] cpuset: code-cleanup for started_after Cc: "Andrew Morton" , "Paul Jackson" , "Linux Kernel Mailing List" In-Reply-To: <487D6E4D.6040704@cn.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <487D6E4D.6040704@cn.fujitsu.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 15, 2008 at 8:43 PM, Lai Jiangshan wrote: > cgroup(cgroup_scan_tasks) will initialize heap->gt for us. > this patch removes started_after() and its helper-function. > > > Signed-off-by: Lai Jiangshan Acked-by: Paul Menage Looks good, thanks. Paul