]> Git Repo - qemu.git/commit
block: saner flags filtering in bdrv_open2
authorChristoph Hellwig <[email protected]>
Thu, 28 Jan 2010 14:19:12 +0000 (15:19 +0100)
committerAnthony Liguori <[email protected]>
Wed, 10 Feb 2010 17:57:03 +0000 (11:57 -0600)
commit15dc2697a51ab39a0e9da95c8ce01675c1cb7090
treea3b937b008d6472dadca8c1d8d88745fcc8cc6bd
parenteaa6c85f5df022e65a3c5c14908cd191430cbff5
block: saner flags filtering in bdrv_open2

Clean up the current mess about figuring out which flags to pass to the
driver.  BDRV_O_FILE, BDRV_O_SNAPSHOT and BDRV_O_NO_BACKING are flags
only used by the block layer internally so filter them out directly.
Previously BDRV_O_NO_BACKING could accidentally be passed to the drivers,
but wasn't ever used.

Signed-off-by: Christoph Hellwig <[email protected]>
Signed-off-by: Anthony Liguori <[email protected]>
block.c
This page took 0.025508 seconds and 4 git commands to generate.