commit | 5be4c944e83b32c0c6842130df3dc1d46cd6eb1f | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Mon Feb 11 16:33:25 2013 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Feb 11 16:33:25 2013 +0100 |
tree | b1699036cb3d211c631090d87fd2070362d187a0 | |
parent | 47f07ddc7d3354cd6f985b6468989e5e699c4b53 [diff] |
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>