summaryrefslogtreecommitdiff
path: root/btt/bno_dump.c
diff options
context:
space:
mode:
authorAlan D. Brunelle <alan.brunelle@hp.com>2008-02-13 11:46:22 -0500
committerAlan D. Brunelle <alan.brunelle@hp.com>2008-02-13 11:47:22 -0500
commit8b10aae0cd4137f1cc9848181e4f45a9fa20de24 (patch)
tree09a9447aa680f1d67d4c4e93f2b041ce8b544065 /btt/bno_dump.c
parentc8aea612abc714072e346366cb0e5cf9da8a2f5f (diff)
downloadblktrace-8b10aae0cd4137f1cc9848181e4f45a9fa20de24.tar.gz
blktrace-8b10aae0cd4137f1cc9848181e4f45a9fa20de24.tar.bz2
Cleanups: Fixed IOPs in btt left over at end of run
o Using valgrind, determined we had Q IOPs left over that weren't used. Added "all" list, and then deleted these at end. o Removed old debug stuff (COUNT_IOS, DEBUG, ...) o Fixed a bunch of white space at end of lines. Signed-off-by: Alan D. Brunelle <alan.brunelle@hp.com>
Diffstat (limited to 'btt/bno_dump.c')
-rw-r--r--btt/bno_dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/btt/bno_dump.c b/btt/bno_dump.c
index d1bc6ab..1f5433b 100644
--- a/btt/bno_dump.c
+++ b/btt/bno_dump.c
@@ -69,7 +69,7 @@ void bno_dump_exit(void *param)
static inline void bno_dump_write(FILE *fp, struct io *iop)
{
fprintf(fp, "%15.9lf %lld %lld\n",
- BIT_TIME(iop->t.time),
+ BIT_TIME(iop->t.time),
(long long)BIT_START(iop), (long long)BIT_END(iop));
}