From: Jens Axboe Date: Thu, 24 Jan 2013 22:35:17 +0000 (-0700) Subject: configure: kill windows FIO_HAVE_FDATASYNC X-Git-Tag: fio-2.0.14~77 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=f266b7f770b8985c07f835e17d76c617b7480723;ds=sidebyside configure: kill windows FIO_HAVE_FDATASYNC Signed-off-by: Jens Axboe --- diff --git a/configure b/configure index 3f5037cb..b49497b7 100755 --- a/configure +++ b/configure @@ -166,6 +166,7 @@ CYGWIN*) echo "CONFIG_SFAA=y" >> $config_host_mak echo "CONFIG_RUSAGE_THREAD=y" >> $config_host_mak echo "CONFIG_WINDOWSAIO=y" >> $config_host_mak + echo "CONFIG_FDATASYNC=y" >> $config_host_mak exit 0 esac diff --git a/os/os-windows.h b/os/os-windows.h index 64808bb9..ef71dd70 100644 --- a/os/os-windows.h +++ b/os/os-windows.h @@ -20,7 +20,6 @@ #define FIO_HAVE_ODIRECT #define FIO_HAVE_CPU_AFFINITY #define FIO_HAVE_CHARDEV_SIZE -#define FIO_HAVE_FDATASYNC #define FIO_HAVE_GETTID #define FIO_USE_GENERIC_RAND