commit | 8beee62d341fdc028c8404466597e6951c543ea1 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Fri Dec 06 12:36:53 2019 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Dec 06 12:36:53 2019 -0700 |
tree | 465b967d3644daa3b9282b1fbf72fe3ccd0c732d | |
parent | bb707dffbc345af79474a592991b61dee92831ef [diff] |
Renumber RWF_UNCACHED Signed-off-by: Jens Axboe <axboe@kernel.dk>
diff --git a/os/os-linux.h b/os/os-linux.h index dbcde24..0f0bcc3 100644 --- a/os/os-linux.h +++ b/os/os-linux.h
@@ -327,7 +327,7 @@ #endif #ifndef RWF_UNCACHED -#define RWF_UNCACHED 0x00000020 +#define RWF_UNCACHED 0x00000040 #endif #ifndef RWF_WRITE_LIFE_SHIFT