From: Oleg Drokin Date: Wed, 4 Mar 2015 06:07:53 +0000 (-0500) Subject: staging/lustre/o2iblnd: Don't use cpus_weight X-Git-Tag: omap-for-v4.2/o2_dc~74^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e97636b487d0767500a1b898513577a5ce000ad9;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: Rusty Russell --- Reading git-diff-tree failed