git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c4588e
)
md: change type of first arg to sync_page_io.
author
NeilBrown
<neilb@suse.de>
Wed, 27 Oct 2010 04:16:40 +0000
(15:16 +1100)
committer
NeilBrown
<neilb@suse.de>
Thu, 28 Oct 2010 06:36:11 +0000
(17:36 +1100)
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>
No differences found