Fix typo in alignment check
authorShu-Yu Fu <shuyufu@gmail.com>
Tue, 21 Oct 2014 13:57:55 +0000 (07:57 -0600)
committerJens Axboe <axboe@fb.com>
Tue, 21 Oct 2014 13:57:55 +0000 (07:57 -0600)
commitb8c6b4def6391f8be0249c16e5cc4c0adc3a61b8
tree2bcc407a4edc798427f5ee38150dc318cf6997b3
parent24ffb6f85058a95d4647541283c94c9e27520f1b
Fix typo in alignment check

It checks percentile_list twice and forgets latency_percentile
in the thread_options_pack structure. Add alignment after the
32-bit sync_file_range to make it align properly.

Signed-off-by: Jens Axboe <axboe@fb.com>
libfio.c
thread_options.h