Re: [PATCHv2 0/3] Lustre: get rid of deprecated cpumask calls

2015-03-07 Thread Oleg Drokin
Hello! On Mar 6, 2015, at 7:06 PM, Greg Kroah-Hartman wrote: >> .../staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c| 4 +- >> .../staging/lustre/lustre/libcfs/linux/linux-cpu.c | 102 >> +++-- >> drivers/staging/lustre/lustre/ptlrpc/ptlrpcd.c | 8 +- >> drivers/staging/lustre

Re: [PATCHv2 0/3] Lustre: get rid of deprecated cpumask calls

2015-03-07 Thread Greg Kroah-Hartman
On Wed, Mar 04, 2015 at 01:07:50AM -0500, gr...@linuxhacker.ru wrote: > From: Oleg Drokin > > 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.

[PATCHv2 0/3] Lustre: get rid of deprecated cpumask calls

2015-03-03 Thread green
From: Oleg Drokin 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 three patches do just that, replacing cpus_* and cpu_* calls with cpumas