Get rid of __ prefix for internal frand state
authorJens Axboe <axboe@fb.com>
Thu, 6 Nov 2014 01:39:23 +0000 (18:39 -0700)
committerJens Axboe <axboe@fb.com>
Thu, 6 Nov 2014 01:39:23 +0000 (18:39 -0700)
commitd6b72507e72d3f2ed334fa5665880b0ab59dbfdd
treedfc28997a559a74ca0b3100418b46b42fb10f8fb
parent54a21917aec78a380c3504bfdda350b1c90e5a85
Get rid of __ prefix for internal frand state

It made (some) sense when we had both OS and frand in anon unions,
but now lets just kill it.

Signed-off-by: Jens Axboe <axboe@fb.com>
backend.c
filesetup.c
fio.h
init.c
io_u.c
trim.c
verify.c