Fix cpu mask setting
authorGough, Corey D <corey.d.gough@intel.com>
Wed, 13 Jun 2007 18:58:01 +0000 (20:58 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 13 Jun 2007 18:58:01 +0000 (20:58 +0200)
commite600f7f122d344358493f90e9114f9354c63fdfe
tree732e10e6be4d49e74398ef8b0ff979817a6f1620
parent495ee9b632c5629e79a46d1074cacf4eda965e13
Fix cpu mask setting

Fio passed the mask by value, not by reference. So when
fill_cpu_mask() was done setting the valid CPUs, it was
only on the local value.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
options.c