aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/raid/md_k.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/raid/md_k.h')
-rw-r--r--include/linux/raid/md_k.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/raid/md_k.h b/include/linux/raid/md_k.h
index 5b2102e40286..9c19555f314b 100644
--- a/include/linux/raid/md_k.h
+++ b/include/linux/raid/md_k.h
@@ -322,7 +322,7 @@ static inline char * mdname (mddev_t * mddev)
322/* 322/*
323 * iterates through the 'same array disks' ringlist 323 * iterates through the 'same array disks' ringlist
324 */ 324 */
325#define ITERATE_RDEV(mddev,rdev,tmp) \ 325#define rdev_for_each(rdev, tmp, mddev) \
326 ITERATE_RDEV_GENERIC((mddev)->disks,rdev,tmp) 326 ITERATE_RDEV_GENERIC((mddev)->disks,rdev,tmp)
327 327
328/* 328/*