[PATCH] Fix time typo, it's in nanoseconds
authorNathan Scott <nathans@sgi.com>
Fri, 9 Sep 2005 07:19:26 +0000 (09:19 +0200)
committerJens Axboe <axboe@suse.de>
Fri, 9 Sep 2005 07:19:26 +0000 (09:19 +0200)
blktrace_api.h

index 75612efe2499d44d388ab79d32be68b511ec8142..e79e151b464cb107ec89373f926d7d3b2d3419dc 100644 (file)
@@ -59,7 +59,7 @@ enum {
 struct blk_io_trace {
        __u32 magic;            /* MAGIC << 8 | version */
        __u32 sequence;         /* event number */
-       __u64 time;             /* in microseconds */
+       __u64 time;             /* in nanoseconds */
        __u64 sector;           /* disk offset */
        __u32 bytes;            /* transfer length */
        __u32 action;           /* what happened */