diff options
author | Alan D. Brunelle <Alan.Brunelle@hp.com> | 2007-11-08 08:34:44 -0500 |
---|---|---|
committer | Alan D. Brunelle <Alan.Brunelle@hp.com> | 2007-11-08 08:34:44 -0500 |
commit | 77f256cda4b2f076f5169fdf1bc815f629eea361 (patch) | |
tree | 2122174eabba729e903809fba612b60e01e4d010 /btt/trace_queue.c | |
parent | c0c1840adae820efa96fb0ff797b8bc60a672d63 (diff) | |
download | blktrace-77f256cda4b2f076f5169fdf1bc815f629eea361.tar.gz blktrace-77f256cda4b2f076f5169fdf1bc815f629eea361.tar.bz2 |
Fixed REMAP to update Q2A & fixed #Q calculations
Diffstat (limited to 'btt/trace_queue.c')
-rw-r--r-- | btt/trace_queue.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/btt/trace_queue.c b/btt/trace_queue.c index f882ad2..1d2afbe 100644 --- a/btt/trace_queue.c +++ b/btt/trace_queue.c @@ -32,6 +32,7 @@ static void handle_queue(struct io *q_iop) q_iop->i_time = q_iop->gm_time = q_iop->d_time = (__u64)-1; q_iop->is_getrq = -1; + q_iop->dip->n_qs++; } void trace_queue(struct io *q_iop) |