From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932735Ab1KBDZz (ORCPT ); Tue, 1 Nov 2011 23:25:55 -0400 Received: from ozlabs.org ([203.10.76.45]:34294 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754333Ab1KBDZv (ORCPT ); Tue, 1 Nov 2011 23:25:51 -0400 From: Rusty Russell To: Wanlong Gao Cc: linux-kernel@vger.kernel.org, Wanlong Gao , akpm@linux-foundation.org Subject: Re: [PATCH] cpumask: update the Note of setup_node_to_cpumask_map In-Reply-To: <1320133056-25752-1-git-send-email-gaowanlong@cn.fujitsu.com> References: <1320133056-25752-1-git-send-email-gaowanlong@cn.fujitsu.com> User-Agent: Notmuch/0.6.1-1 (http://notmuchmail.org) Emacs/23.3.1 (i686-pc-linux-gnu) Date: Wed, 02 Nov 2011 11:27:37 +1030 Message-ID: <877h3juyri.fsf@rustcorp.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 1 Nov 2011 15:37:36 +0800, Wanlong Gao wrote: > node_to_cpumask() had been replaced by cpumask_of_node(), and wholly > removed since commit 29c337a0. > > So update the Note of setup_node_to_cpumask_map(). > > Signed-off-by: Wanlong Gao Acked-by: Rusty Russell Andrew, can you take this? Thanks, Rusty.