From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751449AbcCACGB (ORCPT ); Mon, 29 Feb 2016 21:06:01 -0500 Received: from ozlabs.org ([103.22.144.67]:33375 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751265AbcCACF7 (ORCPT ); Mon, 29 Feb 2016 21:05:59 -0500 From: Rusty Russell To: Eric Biggers Cc: linux@rasmusvillemoes.dk, akpm@linux-foundation.org, amirv@mellanox.com, davem@davemloft.net, linux-kernel@vger.kernel.org, Eric Biggers Subject: Re: [PATCH] cpumask: remove incorrect information from comment In-Reply-To: <1456079567-7692-1-git-send-email-ebiggers3@gmail.com> References: <1456079567-7692-1-git-send-email-ebiggers3@gmail.com> User-Agent: Notmuch/0.20.2 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-pc-linux-gnu) Date: Mon, 29 Feb 2016 23:00:43 +1030 Message-ID: <87ziujn1fw.fsf@rustcorp.com.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Eric Biggers writes: > Since commit cdfdef75e795f ("cpumask: only allocate nr_cpumask_bits."), > this comment above cpumask_size() is no longer relevant. > > Signed-off-by: Eric Biggers Acked-by: Rusty Russell > --- > include/linux/cpumask.h | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/include/linux/cpumask.h b/include/linux/cpumask.h > index fc14275..40cee6b 100644 > --- a/include/linux/cpumask.h > +++ b/include/linux/cpumask.h > @@ -607,8 +607,6 @@ static inline int cpulist_parse(const char *buf, struct cpumask *dstp) > > /** > * cpumask_size - size to allocate for a 'struct cpumask' in bytes > - * > - * This will eventually be a runtime variable, depending on nr_cpu_ids. > */ > static inline size_t cpumask_size(void) > { > -- > 2.7.1