Re: [Qemu-block] [PATCH v11 06/10] file-posix: reset fallocate-related flags without CONFIG_FALLOCATE*

2019-01-07 Thread Alberto Garcia
On Tue 18 Dec 2018 08:57:40 AM CET, Anton Nefedov wrote: > these flags currently affect nothing without CONFIG_FALLOCATE*, so it's > not a bug. Fixing it makes possible to adjust supported zero flag > BDRV_REQ_ALLOCATE regardless of configuration (in the following patch). > > Signed-off-by: Anton

Re: [Qemu-block] [PATCH v11 06/10] file-posix: reset fallocate-related flags without CONFIG_FALLOCATE*

2018-12-21 Thread Vladimir Sementsov-Ogievskiy
18.12.2018 10:57, Anton Nefedov wrote: > these flags currently affect nothing without CONFIG_FALLOCATE*, so it's > not a bug. Fixing it makes possible to adjust supported zero flag > BDRV_REQ_ALLOCATE regardless of configuration (in the following patch). > > Signed-off-by: Anton Nefedov I'd

[Qemu-block] [PATCH v11 06/10] file-posix: reset fallocate-related flags without CONFIG_FALLOCATE*

2018-12-17 Thread Anton Nefedov
these flags currently affect nothing without CONFIG_FALLOCATE*, so it's not a bug. Fixing it makes possible to adjust supported zero flag BDRV_REQ_ALLOCATE regardless of configuration (in the following patch). Signed-off-by: Anton Nefedov --- block/file-posix.c | 8 ++-- 1 file changed, 6