This now conflicts with RWF_ATOMIC. Signed-off-by: John Garry <john.g.garry@xxxxxxxxxx> --- os/os-linux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/os-linux.h b/os/os-linux.h index c5cd6515..bdd725f6 100644 --- a/os/os-linux.h +++ b/os/os-linux.h @@ -329,7 +329,7 @@ static inline int fio_set_sched_idle(void) #endif #ifndef RWF_UNCACHED -#define RWF_UNCACHED 0x00000040 +#define RWF_UNCACHED 0x00000080 #endif #ifndef RWF_WRITE_LIFE_SHIFT -- 2.31.1