t/dedupe: fix init of all thread variables
authorJens Axboe <axboe@fb.com>
Tue, 21 Oct 2014 19:02:29 +0000 (13:02 -0600)
committerJens Axboe <axboe@fb.com>
Tue, 21 Oct 2014 19:02:29 +0000 (13:02 -0600)
commit60a5a18b811cd60430d2912b49fa3970df0d5077
tree71157f16b694a1fdd9407305b5c164aabc451e4b
parentcd5902f976e1f86e360c0c46a0a5793560f9c9c8
t/dedupe: fix init of all thread variables

->dupes wasn't initialized, for instance. Just memset the
whole thing, so we don't run into this again.

Signed-off-by: Jens Axboe <axboe@fb.com>
t/dedupe.c