git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b25e74b
)
staging/lustre/o2iblnd: Don't use cpus_weight
author
Oleg Drokin
<green@linuxhacker.ru>
Wed, 4 Mar 2015 06:07:53 +0000
(
01:07
-0500)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Thu, 5 Mar 2015 04:57:06 +0000
(15:27 +1030)
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>
No differences found