Get rid of uninitialized_var()
authorJens Axboe <axboe@kernel.dk>
Tue, 13 Nov 2012 15:31:24 +0000 (08:31 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 13 Nov 2012 15:31:24 +0000 (08:31 -0700)
It causes complaints on other compilers (clang). One case
was actually not used at all, initialize the rest to 0.

Signed-off-by: Jens Axboe <axboe@kernel.dk>

No differences found