commit | f500a6d3c2b9ef0bb06d0080d91d8ed3c1d68f58 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Mon Nov 12 17:35:27 2012 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Tue Dec 11 11:04:25 2012 +0100 |
tree | 73e5eb9cd38b7c4dd53fadc696ad4f34a1f318af | |
parent | 7b272452398135e4f8e48341239705d03c82dae3 [diff] |
block: Avoid second open for format probing This fixes problems that are caused by the additional open/close cycle of the existing format probing, for example related to qemu-nbd without -t option or file descriptor passing. Signed-off-by: Kevin Wolf <kwolf@redhat.com>