From: NeilBrown Date: Wed, 27 Oct 2010 04:16:40 +0000 (+1100) Subject: md: change type of first arg to sync_page_io. X-Git-Tag: v2.6.37-rc1~43^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b193363ef68667ad717a6723165e0dccf99470f;p=pandora-kernel.git 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 --- Reading git-diff-tree failed