From: Oleg Drokin <green@xxxxxxxxxxxxxx> A recent crash report with CONFIG_CPUMASK_OFFSTACK enabled set off a chain of emails through which I learned that cpus_* functions are deprecated and should not be really used to operate on cpumasks. These two patches do just that, replacing cpus_* and cpu_* calls with cpumask_ equivalents, getting rid of a sizable number or NR_CPUS references please consider. Oleg Drokin (2): staging/lustre/ptlrpc: Do not use deprecated cpus_* functions staging/lustre/libcfs: replace deprecated cpus_ calls with cpumask_ .../staging/lustre/lustre/libcfs/linux/linux-cpu.c | 78 +++++++++++----------- drivers/staging/lustre/lustre/ptlrpc/ptlrpcd.c | 8 +-- drivers/staging/lustre/lustre/ptlrpc/service.c | 9 +-- 3 files changed, 46 insertions(+), 49 deletions(-) -- 2.1.0 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel