]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging/lustre/libcfs: replace deprecated cpus_ calls with cpumask_
authorOleg Drokin <green@linuxhacker.ru>
Wed, 4 Mar 2015 06:07:52 +0000 (01:07 -0500)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 5 Mar 2015 04:57:05 +0000 (15:27 +1030)
commitb25e74b56a34908c777c1e72ecd9c56c4c8e124d
tree01d42de4ba62d553c9a4343af2b93a3cdae79c05
parentdc0d838a0527296730af6d3826bcda79d2918613
staging/lustre/libcfs: replace deprecated cpus_ calls with cpumask_

Rusty Russel advises that cpus_* functions are deprecated to work
on cpumasks and cpumask_* functions should be called instead,
otherwise problems with CPUMASK_OFFSTACK arise.

Signed-off-by: Oleg Drokin <green@linuxhacker.ru>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
drivers/staging/lustre/lustre/libcfs/linux/linux-cpu.c