staging/lustre/libcfs: replace deprecated cpus_ calls with cpumask_
authorOleg Drokin <green@linuxhacker.ru>
Mon, 2 Mar 2015 06:01:47 +0000 (01:01 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 7 Mar 2015 00:03:54 +0000 (16:03 -0800)
commitc96d236f8f4d479d25cb493c8ec240f7129709ca
tree115475f44373cd81d198dd3ca5bf70bca8a7bcea
parent6301647b1873250cb8aac18e02a4ea062e72278e
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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/libcfs/linux/linux-cpu.c
This page took 0.024791 seconds and 5 git commands to generate.