commit | 53f0e8afcb0d57cfaff06b89eb8b5302f167577e | [log] [tgz] |
---|---|---|
author | Jeremy Fitzhardinge <jeremy@goop.org> | Wed Apr 02 10:54:03 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Thu Apr 24 23:57:33 2008 +0200 |
tree | 2bfdddbb5b171bdae882b5ac829e0ecefc45f5a5 | |
parent | 3e334239d89d4a71610be5a3e8432464d421d9ec [diff] |
xen/blkfront: use bdget_disk 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>