aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/cpumask.h
diff options
context:
space:
mode:
authorEric Biggers <ebiggers3@gmail.com>2016-03-22 14:25:39 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2016-03-22 15:36:02 -0700
commit95f27356e4a8982257ecae6bc44c650772d77659 (patch)
tree0b8909a2b0d1079f93d6f264a8336eeb8f6c9908 /include/linux/cpumask.h
parentfs/coredump: prevent fsuid=0 dumps into user-controlled directories (diff)
downloadlinux-dev-95f27356e4a8982257ecae6bc44c650772d77659.tar.xz
linux-dev-95f27356e4a8982257ecae6bc44c650772d77659.zip
cpumask: remove incorrect information from comment
Since commit cdfdef75e795 ("cpumask: only allocate nr_cpumask_bits."), this comment above cpumask_size() is no longer relevant. Signed-off-by: Eric Biggers <ebiggers3@gmail.com> Cc: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/cpumask.h')
-rw-r--r--include/linux/cpumask.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/cpumask.h b/include/linux/cpumask.h
index fc14275ff34e..40cee6b77a93 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)
{