projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffeeac7
)
dm raid: use rdev_for_each in status
author
Heinz Mauelshagen
<heinzm@redhat.com>
Thu, 30 Jun 2016 19:32:20 +0000
(21:32 +0200)
committer
Mike Snitzer
<snitzer@redhat.com>
Mon, 18 Jul 2016 19:37:33 +0000
(15:37 -0400)
Signed-off-by: Heinz Mauelshagen <heinzm@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
drivers/md/dm-raid.c
patch
|
blob
|
history
diff --git
a/drivers/md/dm-raid.c
b/drivers/md/dm-raid.c
index 2ea3982dace916b0643ae7bc3e6411457e060b80..e4d0bc185c99cb1a9bb38af6404e8615faba3c52 100644
(file)
--- a/
drivers/md/dm-raid.c
+++ b/
drivers/md/dm-raid.c
@@
-3186,8
+3186,8
@@
static void raid_status(struct dm_target *ti, status_type_t type,
sync_action = decipher_sync_action(&rs->md);
/* HM FIXME: do we want another state char for raid0? It shows 'D' or 'A' now */
-
for (i = 0; i < rs->raid_disks; i++
)
- DMEMIT(__raid_dev_status(
&rs->dev[i].
rdev, array_in_sync));
+
rdev_for_each(rdev, mddev
)
+ DMEMIT(__raid_dev_status(rdev, array_in_sync));
/*
* In-sync/Reshape ratio: