commit | 9a2d77ad0dd6b3e93669543b846a75c02878eba7 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Jan 20 18:13:42 2010 +0100 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Tue Jan 26 15:42:02 2010 -0600 |
tree | b9c5bac76f770d1def9446c3853664197eb6e69f | |
parent | 6987307ca30aead67e8545934186c92f942710f6 [diff] |
block: kill BDRV_O_CREAT The BDRV_O_CREAT option is unused inside qemu and partially duplicates the bdrv_create method. Remove it, and the -C option to qemu-io which isn't used in qemu-iotests anyway. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>