]> git.ipfire.org Git - thirdparty/qemu.git/commit
block: Fix BDRV_O_CACHE_MASK
authorKevin Wolf <kwolf@redhat.com>
Tue, 31 Aug 2010 13:08:03 +0000 (15:08 +0200)
committerKevin Wolf <kwolf@redhat.com>
Mon, 13 Sep 2010 12:33:58 +0000 (14:33 +0200)
commit5a0d460c350c58362651458824618cf6b3de3710
tree0e0c4707b1320d60a835432e39370777b537a10d
parent78b6890828d08d4306e313e3f550d1b4b61685c8
block: Fix BDRV_O_CACHE_MASK

BDRV_O_CACHE_MASK should have been extended when cache=unsafe introduced a new
flag BDRV_O_NO_FLUSH. There are currently no users that would change their
behaviour because of this, but let's clean it up before things break.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
(cherry picked from commit ceb25e5c7554255931f7f5647d3ad9df36111f53)
block.h