diff options
author | 2015-03-04 01:07:51 -0500 | |
---|---|---|
committer | 2015-03-05 15:27:05 +1030 | |
commit | dc0d838a0527296730af6d3826bcda79d2918613 (patch) | |
tree | 29350e178ad08dd83a405e1d6abd1d17d6a8fae7 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | blackfin: fix up obsolete cpu function usage. (diff) | |
download | wireguard-linux-dc0d838a0527296730af6d3826bcda79d2918613.tar.xz wireguard-linux-dc0d838a0527296730af6d3826bcda79d2918613.zip |
staging/lustre/ptlrpc: Do not use deprecated cpus_* functions
As per Rusty Russel, cpus_* functions are deprecated.
When mixing cpumask_copy with cpus_weight, they operate on different
sized masks if CPUMASK_OFFSTACK is enabled, causing an
immediate assertion failure.
Copying of cpumasks by assignment is also not allowed now.
Additionally, in ptlrpc/service.c avoid the cpumask copies,
since we only use it to check how many siblings are there for
core #0 and nothing else.
Reported-by: Tyson Whitehead <twhitehead@gmail.com>
Signed-off-by: Oleg Drokin <green@linuxhacker.ru>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions