]> Git Repo - linux.git/commit - drivers/md/md.c
md: change ITERATE_RDEV to rdev_for_each
authorNeilBrown <[email protected]>
Wed, 6 Feb 2008 09:39:59 +0000 (01:39 -0800)
committerLinus Torvalds <[email protected]>
Wed, 6 Feb 2008 18:41:19 +0000 (10:41 -0800)
commitd089c6af10c2be5988f03667d6d22fe6085fbe5e
tree815eb0596bd7c908f30c268da6b5c5eff0e0bc21
parent29ac4aa3fc68a86279aca50f20df4d614de2e204
md: change ITERATE_RDEV to rdev_for_each

As this is more in line with common practice in the kernel.  Also swap the
args around to be more like list_for_each.

Signed-off-by: Neil Brown <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/md/bitmap.c
drivers/md/faulty.c
drivers/md/linear.c
drivers/md/md.c
drivers/md/multipath.c
drivers/md/raid0.c
drivers/md/raid1.c
drivers/md/raid10.c
drivers/md/raid5.c
include/linux/raid/md_k.h
This page took 0.056044 seconds and 4 git commands to generate.