Re: [Qemu-block] [PATCH 5/7] file-posix: Drop hdev_co_create_opts()
On Fri, 2019-07-12 at 19:35 +0200, Max Reitz wrote: > The generic fallback implementation effectively does the same. > > Signed-off-by: Max Reitz > --- > block/file-posix.c | 67 -- > 1 file changed, 67 deletions(-) > > diff --git a/block/file-posix.c
[Qemu-block] [PATCH 5/7] file-posix: Drop hdev_co_create_opts()
The generic fallback implementation effectively does the same. Signed-off-by: Max Reitz --- block/file-posix.c | 67 -- 1 file changed, 67 deletions(-) diff --git a/block/file-posix.c b/block/file-posix.c index 4479cc7ab4..65bd6d 100644 --- a/bloc