posixaio: fix bad type passed to memset
authorJens Axboe <axboe@fb.com>
Tue, 15 Nov 2016 17:42:58 +0000 (10:42 -0700)
committerJens Axboe <axboe@fb.com>
Tue, 15 Nov 2016 17:42:58 +0000 (10:42 -0700)
commiteffe99e4b18eb5c345629d7bbaae1879a2594b20
tree59f0eff9fa0f5367176b116abf8e2645f9dfa053
parent471bb52b2e75413d18e8def5bb7d301aab7541e9
posixaio: fix bad type passed to memset

We want the full array cleared, not just the first element.

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