stat: ensure that we align ts->sync_stat appropriately
authorJens Axboe <axboe@kernel.dk>
Thu, 25 Jan 2018 16:51:07 +0000 (09:51 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 25 Jan 2018 16:51:07 +0000 (09:51 -0700)
commit1e900e2d160577918d43bb6aa3253521204d16cd
treec1bffce8eda3e3e116ce1e3e01a3df5dd4aab5ef
parent7f3ecee2f6dd2aa40c0404a40d0406d9efc765f2
stat: ensure that we align ts->sync_stat appropriately

clang correctly complains that we don't know if the alignment is
correct when the structure is packed, so ensure that we align it
to an 8-byte boundary.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
stat.h