All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rusty Russell <rusty@rustcorp.com.au>
To: Eric Biggers <ebiggers3@gmail.com>
Cc: linux@rasmusvillemoes.dk, akpm@linux-foundation.org,
	amirv@mellanox.com, davem@davemloft.net,
	linux-kernel@vger.kernel.org, Eric Biggers <ebiggers3@gmail.com>
Subject: Re: [PATCH] cpumask: remove incorrect information from comment
Date: Mon, 29 Feb 2016 23:00:43 +1030	[thread overview]
Message-ID: <87ziujn1fw.fsf@rustcorp.com.au> (raw)
In-Reply-To: <1456079567-7692-1-git-send-email-ebiggers3@gmail.com>

Eric Biggers <ebiggers3@gmail.com> writes:
> Since commit cdfdef75e795f ("cpumask: only allocate nr_cpumask_bits."),
> this comment above cpumask_size() is no longer relevant.
>
> Signed-off-by: Eric Biggers <ebiggers3@gmail.com>

Acked-by: Rusty Russell <rusty@rustcorp.com.au>

> ---
>  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

      reply	other threads:[~2016-03-01  2:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-21 18:32 [PATCH] cpumask: remove incorrect information from comment Eric Biggers
2016-02-29 12:30 ` Rusty Russell [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ziujn1fw.fsf@rustcorp.com.au \
    --to=rusty@rustcorp.com.au \
    --cc=akpm@linux-foundation.org \
    --cc=amirv@mellanox.com \
    --cc=davem@davemloft.net \
    --cc=ebiggers3@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@rasmusvillemoes.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.