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)
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>

No differences found