Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756372AbYFDA5W (ORCPT ); Tue, 3 Jun 2008 20:57:22 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753299AbYFDA5O (ORCPT ); Tue, 3 Jun 2008 20:57:14 -0400 Received: from cn.fujitsu.com ([222.73.24.84]:53476 "EHLO song.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1752942AbYFDA5N (ORCPT ); Tue, 3 Jun 2008 20:57:13 -0400 Message-ID: <4845E80F.5000808@cn.fujitsu.com> Date: Wed, 04 Jun 2008 08:55:43 +0800 From: Li Zefan User-Agent: Thunderbird 2.0.0.9 (X11/20071115) MIME-Version: 1.0 To: Andrew Morton CC: miaox@cn.fujitsu.com, linux-kernel@vger.kernel.org, pj@sgi.com, menage@google.com Subject: Re: [PATCH 1/2] cpusets: restructure the function update_cpumask() and update_nodemask() References: <4843AFC9.7000100@cn.fujitsu.com> <20080603150346.4611b5ab.akpm@linux-foundation.org> In-Reply-To: <20080603150346.4611b5ab.akpm@linux-foundation.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 962 Lines: 22 Andrew Morton wrote: > On Mon, 02 Jun 2008 16:31:05 +0800 > Miao Xie wrote: > >> extract two functions from update_cpumask() and update_nodemask().They will be >> used later for updating tasks' cpus_allowed and mems_allowed after CPU/NODE >> offline/online. > > Unfortunately this patch conflicts with > http://userweb.kernel.org/~akpm/mmotm/broken-out/cpusets-fix-bug-when-adding-nonexistent-cpu-or-mem.patch > > Please check that the patch which I merged still makes sense. ie: that > we did not revert the effects of that bugfix. > They are fixing 2 different bugs, so they are irrelated, but unfortunately conflict in the code due to Miao's first patch which does code restructuring. -- 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/