From: Rusty Russell Date: Thu, 5 Mar 2015 00:19:19 +0000 (+1030) Subject: cpumask: remove deprecated functions. X-Git-Tag: omap-for-v4.1/fixes-rc1~84^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f0f267ea0720ec6adbe9cf7386450425fac8258;p=pandora-kernel.git 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 Signed-off-by: Rusty Russell --- Reading git-diff-tree failed