From 8beee62d341fdc028c8404466597e6951c543ea1 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Fri, 6 Dec 2019 12:36:53 -0700 Subject: [PATCH] Renumber RWF_UNCACHED Signed-off-by: Jens Axboe --- 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 dbcde242..0f0bcc3a 100644 --- a/os/os-linux.h +++ b/os/os-linux.h @@ -327,7 +327,7 @@ static inline int fio_set_sched_idle(void) #endif #ifndef RWF_UNCACHED -#define RWF_UNCACHED 0x00000020 +#define RWF_UNCACHED 0x00000040 #endif #ifndef RWF_WRITE_LIFE_SHIFT -- 2.25.1