aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md
diff options
context:
space:
mode:
authorHeinz Mauelshagen <heinzm@redhat.com>2016-06-30 21:32:20 +0200
committerMike Snitzer <snitzer@redhat.com>2016-07-18 15:37:33 -0400
commit326824099fa4a3989ce649449021545397b462cb (patch)
tree7dd222f7e74d371c575067dba775902c02233517 /drivers/md
parentdm raid: use rs->raid_disks to avoid memory leaks on free (diff)
downloadlinux-dev-326824099fa4a3989ce649449021545397b462cb.tar.xz
linux-dev-326824099fa4a3989ce649449021545397b462cb.zip
dm raid: use rdev_for_each in status
Signed-off-by: Heinz Mauelshagen <heinzm@redhat.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Diffstat (limited to 'drivers/md')
-rw-r--r--drivers/md/dm-raid.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/md/dm-raid.c b/drivers/md/dm-raid.c
index 2ea3982dace9..e4d0bc185c99 100644
--- 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: