Whamcloud - gitweb
LU-6285 ptlrpc: Get rid of cpus_* calls as deprecated 25/13925/2
authorOleg Drokin <oleg.drokin@intel.com>
Mon, 2 Mar 2015 06:07:07 +0000 (01:07 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Mon, 6 Apr 2015 04:39:43 +0000 (04:39 +0000)
commit61787e1cea610ba38ba917b73db0d43589c029df
tree1e38592f485bffe71fc40be35304d9fb567ea6c1
parent6c0fa97869b568a7af2d21e7e4ed2b440b7dfa27
LU-6285 ptlrpc: Get rid of cpus_* calls as deprecated

Use cpumask_* equivalents instead.
Also we are no longer supposed to directly assign cpumasks as a method
of copy, need to use cpumask_copy instead.

Change-Id: I0425cd308a363e74de8d20f9a5f144fe07431f01
Signed-off-by: Oleg Drokin <oleg.drokin@intel.com>
Reviewed-on: http://review.whamcloud.com/13925
Tested-by: Jenkins
Reviewed-by: Patrick Farrell <paf@cray.com>
Reviewed-by: Liang Zhen <liang.zhen@intel.com>
Reviewed-by: James Simmons <uja.ornl@gmail.com>
lustre/ptlrpc/ptlrpcd.c