commit | 3c42ea66888f149d72d600bab63624b2d849e4bf | [log] [tgz] |
---|---|---|
author | Christian Borntraeger <borntraeger@de.ibm.com> | Thu Nov 22 21:02:55 2012 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Tue Dec 11 11:05:10 2012 +0100 |
tree | 867e1510a58211f9d5d96a6b9b5d56822928f2d6 | |
parent | 2d0d2837dcf786da415cf4165d37f4ddd684ff57 [diff] |
block: simplify default_drive Markus Armbruster pointed out that there is only one caller to default_drive with IF_DEFAULT as a type. Lets get rid of the block_default_type parameter and adopt the caller to do the right thing (asking the machine struct). Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>