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:
3e33423
)
xen/blkfront: use bdget_disk
author
Jeremy Fitzhardinge
<jeremy@goop.org>
Wed, 2 Apr 2008 17:54:03 +0000
(10:54 -0700)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 24 Apr 2008 21:57:33 +0000
(23:57 +0200)
info->dev is never initialized to anything, so bdget(info->dev) is
meaningless. Get rid of info->dev, and use bdget_disk on the gendisk.
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Cc: Al Viro <viro@ZenIV.linux.org.uk>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
No differences found