]> git.baikalelectronics.ru Git - kernel.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)
commitfc1147749f76c7cf987f03e4faee02fec1bae446
tree01d42de4ba62d553c9a4343af2b93a3cdae79c05
parentbdccf04db2a1569c8c0914c9663d3f7a21450fe7
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