md: change type of first arg to sync_page_io.
authorNeilBrown <neilb@suse.de>
Wed, 27 Oct 2010 04:16:40 +0000 (15:16 +1100)
committerNeilBrown <neilb@suse.de>
Thu, 28 Oct 2010 06:36:11 +0000 (17:36 +1100)
commit2b193363ef68667ad717a6723165e0dccf99470f
treebd45d5186f0edf2b546c4503d794b479d126ad1f
parent1c4588e9c19cae6209a28c9da2f16a18a610b935
md: change type of first arg to sync_page_io.

Currently sync_page_io takes a 'bdev'.
Every caller passes 'rdev->bdev'.
We will soon want another field out of the rdev in sync_page_io,
So just pass the rdev instead of the bdev out of it.

Signed-off-by: NeilBrown <neilb@suse.de>
drivers/md/bitmap.c
drivers/md/md.c
drivers/md/md.h
drivers/md/raid1.c
drivers/md/raid10.c