]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
cpumask: only allocate nr_cpumask_bits.
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 5 Mar 2015 00:19:19 +0000 (10:49 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 10 Mar 2015 03:24:42 +0000 (13:54 +1030)
commitcdfdef75e795fb5ab76c66f3329e509f3ab8b9b5
tree3e6ba270aadabfa764ceed44c2347f059cdcfe56
parentc8ed00107b60b4a890798677d75e5c2910f393bb
cpumask: only allocate nr_cpumask_bits.

Now we'll find out the hard way if anyone has CPUMASK_OFFSTACK and is
returning these or assigning them.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
include/linux/cpumask.h
lib/cpumask.c