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:
4eb788d
)
raid5: lockless access raid5 overrided bi_phys_segments
author
Shaohua Li
<shli@kernel.org>
Thu, 19 Jul 2012 06:01:31 +0000
(16:01 +1000)
committer
NeilBrown
<neilb@suse.de>
Thu, 19 Jul 2012 06:01:31 +0000
(16:01 +1000)
Raid5 overrides bio->bi_phys_segments, accessing it is with device_lock hold,
which is unnecessary, We can make it lockless actually.
Signed-off-by: Shaohua Li <shli@fusionio.com>
Signed-off-by: NeilBrown <neilb@suse.de>
No differences found