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:
5624a4e
)
blk-cgroup: Make 64bit per cpu stats safe on 32bit arch
author
Vivek Goyal
<vgoyal@redhat.com>
Thu, 19 May 2011 19:38:29 +0000
(15:38 -0400)
committer
Jens Axboe
<jaxboe@fusionio.com>
Fri, 20 May 2011 18:34:53 +0000
(20:34 +0200)
Some of the stats are 64bit and updation will be non atomic on 32bit
architecture. Use sequence counters on 32bit arch to make reading
of stats safe.
Signed-off-by: Vivek Goyal <vgoyal@redhat.com>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
No differences found