From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759892AbZFOKnc (ORCPT ); Mon, 15 Jun 2009 06:43:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751446AbZFOKnZ (ORCPT ); Mon, 15 Jun 2009 06:43:25 -0400 Received: from ozlabs.org ([203.10.76.45]:51543 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751426AbZFOKnZ (ORCPT ); Mon, 15 Jun 2009 06:43:25 -0400 From: Rusty Russell To: Li Zefan Subject: Re: [PATCH] cpumask: use zalloc_cpumask_var() where possible Date: Mon, 15 Jun 2009 20:13:24 +0930 User-Agent: KMail/1.11.2 (Linux/2.6.28-11-generic; KDE/4.2.2; i686; ; ) Cc: LKML References: <4A35F112.7010506@cn.fujitsu.com> In-Reply-To: <4A35F112.7010506@cn.fujitsu.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906152013.24686.rusty@rustcorp.com.au> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 15 Jun 2009 04:28:26 pm Li Zefan wrote: > Remove open-coded zalloc_cpumask_var() and zalloc_cpumask_var_node(). Thanks, applied. Rusty.