block: remove BLOCK_OPT_NOCOW from vpc_create_opts
commit625fa9fe6fbf9d45607d2c0144e1a44712d0cefc
authorJeff Cody <jcody@redhat.com>
Wed, 3 Dec 2014 15:30:08 +0000 (3 10:30 -0500)
committerKevin Wolf <kwolf@redhat.com>
Wed, 10 Dec 2014 09:31:21 +0000 (10 10:31 +0100)
treef5fcc3e7b17114bed4a126a33b667360ac07bcdb
parent0d0d7f47b4c0fa4908e1747a94f96d4d9668f4aa
block: remove BLOCK_OPT_NOCOW from vpc_create_opts

In commit fef6070, the need for NOCOW was removed from the vpc driver,
as we removed the the posix calls.  However, the BLOCK_OPT_NOCOW was not
removed from vpc_create_opts.  This was a mistake - remove the opt from
there as well.

Signed-off-by: Jeff Cody <jcody@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Message-id: 8ba076fa725fed681cde7d8afc4fb239ae06a9c6.1417620301.git.jcody@redhat.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/vpc.c