commit | 6165f4d85d92e15b6aebdeeb2559dc687b0353c7 | [log] [tgz] |
---|---|---|
author | Corey Bryant <coreyb@linux.vnet.ibm.com> | Tue Aug 14 16:43:45 2012 -0400 |
committer | Kevin Wolf <kwolf@redhat.com> | Wed Aug 15 10:48:57 2012 +0200 |
tree | 8803e96745c9daaada75bc7296c459750d1fa20f | |
parent | e17408283562be359f16a7e12ddfee7509d6fe11 [diff] |
block: Convert open calls to qemu_open This patch converts all block layer open calls to qemu_open. Note that this adds the O_CLOEXEC flag to the changed open paths when the O_CLOEXEC macro is defined. Signed-off-by: Corey Bryant <coreyb@linux.vnet.ibm.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>