block: Really silence spurious compiler warnings
authorKent Overstreet <kmo@daterainc.com>
Tue, 3 Dec 2013 21:29:09 +0000 (14:29 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 3 Dec 2013 21:29:09 +0000 (14:29 -0700)
The uninitialized_var() macro appears to not work on structs...
Get rid of it, and manually initialize instead.

Signed-off-by: Kent Overstreet <kmo@daterainc.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>

No differences found