Displaying 2 results from an estimated 2 matches for "dd_cooki".
Did you mean:
dd_cookie
2016 Jan 20
1
Bug#811936: blktap: FTBFS with GCC 6: defined but not used
...til-revert.c:41:
> ../../include/vhd.h:167:19: error: 'VHD_BATMAP_COOKIE' defined but not used [-Werror=unused-const-variable]
> static const char VHD_BATMAP_COOKIE[9] = "tdbatmap";
> ^~~~~~~~~~~~~~~~~
>
> ../../include/vhd.h:148:19: error: 'DD_COOKIE' defined but not used [-Werror=unused-const-variable]
> static const char DD_COOKIE[9] = "cxsparse";
> ^~~~~~~~~
>
> ../../include/vhd.h:70:19: error: 'HD_COOKIE' defined but not used [-Werror=unused-const-variable]
> static const char H...
2013 Apr 19
8
[PATCH 0 of 8] blktap3/libvhd: Introduce VHD library.
This patch series introduces the VHD library. It is based on the blktap2 one,
with changes coming from the blktap2.5 one.
Signed-off-by: Thanos Makatos <thanos.makatos@citrix.com>