Fix overflow of counters incremented on each I/O operation
authorAlexander Larin <znahar@yandex-team.ru>
Wed, 28 Feb 2018 11:25:42 +0000 (14:25 +0300)
committerAlexander Larin <znahar@yandex-team.ru>
Thu, 1 Mar 2018 16:08:30 +0000 (19:08 +0300)
 - In the thread_stat struct: uint32_t counters are updated to uint64_t.
 - In the io_u_plat_entry struct: unsigned int counters are updated to
   uint64_t.
It fixes overflow of these counters.

Signed-off-by: Alexander Larin <znahar@yandex-team.ru>

No differences found