commit | 2b193363ef68667ad717a6723165e0dccf99470f | [log] [tgz] |
---|---|---|
author | NeilBrown <neilb@suse.de> | Wed Oct 27 15:16:40 2010 +1100 |
committer | NeilBrown <neilb@suse.de> | Thu Oct 28 17:36:11 2010 +1100 |
tree | bd45d5186f0edf2b546c4503d794b479d126ad1f | |
parent | 1c4588e9c19cae6209a28c9da2f16a18a610b935 [diff] |
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>