fio: consolidate rand_seed to uint64_t
authorGrant Grundler <grundler@chromium.org>
Tue, 28 Jan 2014 22:11:23 +0000 (15:11 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 28 Jan 2014 22:11:23 +0000 (15:11 -0700)
commit363cffa71a96eb4c7595bb8c325a09eb01f766a5
treec5dd86fb62eef46e47c09e9dde58159db166d1df
parent9aa5fe3290fd49c70e498d5e072a5b27e1c3034f
fio: consolidate rand_seed to uint64_t

csscope showed rand_seed was defined 4 times - each a different type.
While they are used differently, the places where they overlap
should reference the same type. This patch makes three of them the same
as suggested by Jens Axboe.

Signed-off-by: Grant Grundler <grundler@chromium.org>
Updated by me to change rand_seed option to unsigned long long
and changes related to that.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
cconv.c
ioengine.h
options.c
thread_options.h