Add ->bytes_done[] to struct thread_data
authorJens Axboe <axboe@fb.com>
Fri, 20 Mar 2015 04:32:00 +0000 (22:32 -0600)
committerJens Axboe <axboe@fb.com>
Wed, 15 Apr 2015 15:50:11 +0000 (09:50 -0600)
commit55312f9f5572611037b6254912460f64173df574
tree349044b4b9ce8b91e72817c9c86cdddfaac70d7e
parent82a9068691e1db7854990fb06b748c8049231527
Add ->bytes_done[] to struct thread_data

We can't keep it on the stack for async IO offload.

Signed-off-by: Jens Axboe <axboe@fb.com>
backend.c
fio.h
io_u.c
ioengine.h
libfio.c