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:
afbaa90
)
DM RAID: Use safe version of rdev_for_each
author
Jonathan Brassow
<jbrassow@redhat.com>
Tue, 24 Apr 2012 00:23:13 +0000
(10:23 +1000)
committer
NeilBrown
<neilb@suse.de>
Tue, 24 Apr 2012 00:23:13 +0000
(10:23 +1000)
Fix segfault caused by using rdev_for_each instead of rdev_for_each_safe
Commit
dafb20fa34320a472deb7442f25a0c086e0feb33
mistakenly replaced a safe
iterator with an unsafe one when making some macro changes.
Signed-off-by: Jonathan Brassow <jbrassow@redhat.com>
Signed-off-by: NeilBrown <neilb@suse.de>
No differences found