From: Grant Grundler Date: Tue, 28 Jan 2014 22:11:23 +0000 (-0700) Subject: fio: consolidate rand_seed to uint64_t X-Git-Tag: fio-2.1.5~21 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=363cffa71a96eb4c7595bb8c325a09eb01f766a5;hp=363cffa71a96eb4c7595bb8c325a09eb01f766a5;ds=sidebyside 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 Updated by me to change rand_seed option to unsigned long long and changes related to that. Signed-off-by: Jens Axboe ---