X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=io_u.c;h=5b5802c15ecb9041db66ec5ba755f84c98198f9c;hp=698952c7eb964bccb1c01feb2af1357108b8c0b8;hb=b2560f3ca4677e2908fc4111f4d04fae5df3b229;hpb=c1302d44dd1720bebe5308f976b59d879d994fd3 diff --git a/io_u.c b/io_u.c index 698952c7..5b5802c1 100644 --- a/io_u.c +++ b/io_u.c @@ -286,8 +286,8 @@ static void io_u_mark_depth(struct thread_data *td) break; } - td->io_u_map[index]++; - td->total_io_u++; + td->ts->io_u_map[index]++; + td->ts->total_io_u++; } static void io_u_mark_latency(struct thread_data *td, unsigned long msec) @@ -321,7 +321,7 @@ static void io_u_mark_latency(struct thread_data *td, unsigned long msec) break; } - td->io_u_lat[index]++; + td->ts->io_u_lat[index]++; } /*