OSDN Git Service

block/vvfat: fix: drop backing
authorVladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Thu, 15 Jul 2021 12:48:53 +0000 (15:48 +0300)
committerKevin Wolf <kwolf@redhat.com>
Tue, 20 Jul 2021 14:30:20 +0000 (16:30 +0200)
commit6af72274efd580fbfc048aad75d3e9af44614590
tree67f802f9c7de17b08feae07191635c934d5838c9
parentc2cf0ecab5455f41ab56c131b21e153a3befa8b0
block/vvfat: fix: drop backing

Most probably this fake backing child doesn't work anyway (see notes
about it in a8a4d15c1c34d).

Still, since 25f78d9e2de528473d52 drivers are required to set
.supports_backing if they want to call bdrv_set_backing_hd, so now
vvfat just doesn't work because of this check.

Let's finally drop this fake backing file.

Fixes: 25f78d9e2de528473d52acfcf7acdfb64e3453d4
Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Message-Id: <20210715124853.13335-1-vsementsov@virtuozzo.com>
Tested-by: John Arbuckle <programmingkidx@gmail.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/vvfat.c