Initialize global and non-static variables
authorJens Axboe <axboe@kernel.dk>
Mon, 11 Feb 2013 15:33:25 +0000 (16:33 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 11 Feb 2013 15:33:25 +0000 (16:33 +0100)
commit5be4c944e83b32c0c6842130df3dc1d46cd6eb1f
treeb1699036cb3d211c631090d87fd2070362d187a0
parent47f07ddc7d3354cd6f985b6468989e5e699c4b53
Initialize global and non-static variables

Don't assume they get zeroed. The AIX linker throws a hissy fit on
these, refusing to link the program.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fio.c
gettime-thread.c
init.c
lib/getopt_long.c