On Thu, Jan 23, 2020 at 11:43:19AM +, Daniel P. Berrangé wrote:
> The O_DIRECT flag is not available on platforms, so we
> must avoid it once we remove GNULIB.
>
> Signed-off-by: Daniel P. Berrangé
> ---
> src/util/virfile.c | 4
> 1 file changed, 4 insertions(+)
>
> diff --git a/src/u
The O_DIRECT flag is not available on platforms, so we
must avoid it once we remove GNULIB.
Signed-off-by: Daniel P. Berrangé
---
src/util/virfile.c | 4
1 file changed, 4 insertions(+)
diff --git a/src/util/virfile.c b/src/util/virfile.c
index d0e0062aa7..617d5d7a48 100644
--- a/src/util/