From: Oleg Drokin Date: Sun, 8 Mar 2015 00:24:27 +0000 (-0500) Subject: staging/lustre/o2iblnd: Don't use cpus_weight X-Git-Tag: omap-for-v4.2/o2_dc~155^2~138^2~355 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a316f7916d53c9c6e482b37f556102b5cf80546;p=pandora-kernel.git staging/lustre/o2iblnd: Don't use cpus_weight cpus_weight and for_each_cpu_mask are deprecated, so replace them with cpumask_weight and for_each_cpu respectively. Signed-off-by: Oleg Drokin Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed