commit | 2f0f267ea0720ec6adbe9cf7386450425fac8258 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Thu Mar 05 10:49:19 2015 +1030 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Tue Mar 10 13:54:41 2015 +1030 |
tree | c03a0bf6822f8a1df5afb34e92fab15d63b996a2 | |
parent | 1ed1835f5fadf057ab081cbe31ac353d4547a25b [diff] |
cpumask: remove deprecated functions. Using these functions with offstack cpus is unsafe. They use all NR_CPUS bits, unstead of nr_cpumask_bits. In particular, lustre (in staging) used cpus_ and that caused a bug. Reported-by: Oleg Drokin <green@linuxhacker.ru> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>