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>
Wed, 8 Sep 2010 10:39:22 +0000 (12:39 +0200)
commitabed0762b6a20c968a4e08dff859feda36a594a1
tree2571803e53c98d221a7201d7af9745a450e17483
parent737f1fbd1d02bfb79e7b7e63659fb06d211a1a24
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