commit | 1bc6b705eed02dab9feb0e663219b5623f3d684d | [log] [tgz] |
---|---|---|
author | Jeff Cody <jcody@redhat.com> | Tue Nov 20 10:21:10 2012 -0500 |
committer | Stefan Hajnoczi <stefanha@redhat.com> | Wed Nov 21 09:40:29 2012 +0100 |
tree | 0127c99e2a5f18c3f053adf761e4659f516806d9 | |
parent | ecf51c9abe63eae282e5f912d9367ce75f36636a [diff] |
block: add bdrv_reopen() support for raw hdev, floppy, and cdrom For hdev, floppy, and cdrom, the reopen() handlers are the same as for the file reopen handler. For floppy and cdrom types, however, we keep O_NONBLOCK, as in the _open function. Signed-off-by: Jeff Cody <jcody@redhat.com> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>