From: Jens Axboe Date: Fri, 6 Dec 2019 19:36:53 +0000 (-0700) Subject: Renumber RWF_UNCACHED X-Git-Tag: fio-3.17~12 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=8beee62d341fdc028c8404466597e6951c543ea1 Renumber RWF_UNCACHED Signed-off-by: Jens Axboe --- 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