]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/raid/md_k.h
md: change ITERATE_RDEV to rdev_for_each
[linux-2.6-omap-h63xx.git] / include / linux / raid / md_k.h
index 5b2102e40286dd40eb3f469774743778a1b301ac..9c19555f314b4509e0db0c2dff54ff02c0829da3 100644 (file)
@@ -322,7 +322,7 @@ static inline char * mdname (mddev_t * mddev)
 /*
  * iterates through the 'same array disks' ringlist
  */
-#define ITERATE_RDEV(mddev,rdev,tmp)                                   \
+#define rdev_for_each(rdev, tmp, mddev)                                \
        ITERATE_RDEV_GENERIC((mddev)->disks,rdev,tmp)
 
 /*