git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
303a3ac
)
blkio: Increment the blkio cgroup stats for real now
author
Divyesh Shah
<dpshah@google.com>
Thu, 1 Apr 2010 22:01:41 +0000
(15:01 -0700)
committer
Jens Axboe
<jens.axboe@oracle.com>
Fri, 2 Apr 2010 06:44:37 +0000
(08:44 +0200)
We also add start_time_ns and io_start_time_ns fields to struct request
here to record the time when a request is created and when it is
dispatched to device. We use ns uints here as ms and jiffies are
not very useful for non-rotational media.
Signed-off-by: Divyesh Shah<dpshah@google.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
No differences found