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:
1ed850f
)
Subject: [PATCH] md:change resync_mismatches to atomic64_t to avoid races
author
Jianpeng Ma
<majianpeng@gmail.com>
Thu, 11 Oct 2012 03:17:59 +0000
(14:17 +1100)
committer
NeilBrown
<neilb@suse.de>
Thu, 11 Oct 2012 03:17:59 +0000
(14:17 +1100)
Now that multiple threads can handle stripes, it is safer to
use an atomic64_t for resync_mismatches, to avoid update races.
Signed-off-by: Jianpeng Ma <majianpeng@gmail.com>
Signed-off-by: NeilBrown <neilb@suse.de>
No differences found