]> git.baikalelectronics.ru Git - kernel.git/commit
staging/lustre/o2iblnd: Don't use cpus_weight
authorOleg Drokin <green@linuxhacker.ru>
Wed, 4 Mar 2015 06:07:53 +0000 (01:07 -0500)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 5 Mar 2015 04:57:06 +0000 (15:27 +1030)
commitfc8ad2272b895b364f6e1a194c11b2ebd0735f0e
treebe471eae55a4218038b2e01af7e8f855a59464ae
parentfc1147749f76c7cf987f03e4faee02fec1bae446
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 <green@linuxhacker.ru>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
drivers/staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c