From 04bbe9d130c3d462c1beb42af7a8d69afd47fff2 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Mon, 10 Jul 2017 15:27:51 +0000 Subject: [PATCH] Update RWF_* constants * xlat/rwf_flags.in: Add RWF_NOWAIT introduced by linux kernel commit v4.12-rc5-150-gb745fafa. --- xlat/rwf_flags.in | 1 + 1 file changed, 1 insertion(+) diff --git a/xlat/rwf_flags.in b/xlat/rwf_flags.in index 2e754459..34b2eb17 100644 --- a/xlat/rwf_flags.in +++ b/xlat/rwf_flags.in @@ -1,3 +1,4 @@ RWF_HIPRI 1 RWF_DSYNC 2 RWF_SYNC 4 +RWF_NOWAIT 8 -- 2.40.0