block: Fix BDRV_O_CACHE_MASK
commitceb25e5c7554255931f7f5647d3ad9df36111f53
authorKevin Wolf <kwolf@redhat.com>
Tue, 31 Aug 2010 13:08:03 +0000 (31 15:08 +0200)
committerKevin Wolf <kwolf@redhat.com>
Wed, 8 Sep 2010 10:39:22 +0000 (8 12:39 +0200)
tree2571803e53c98d221a7201d7af9745a450e17483
parent1bd8e175580a87c7b9e6791faca7626f9bc3ceeb
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>
block.h