diff options
author | gVisor bot <gvisor-bot@google.com> | 2019-08-19 21:16:24 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-08-19 21:16:24 +0000 |
commit | ebce44714c1b53635a6297dce1c279f4fbee1fa9 (patch) | |
tree | 59fce01b40050ffe68779b15246c075fdd7acb7a /pkg/abi | |
parent | 1a037784f01c5eff9b1a1dd89d50eab39370f189 (diff) | |
parent | 67d7864f839037c5188c2a9e7ec5e7b11a7672a2 (diff) |
Merge 67d7864f (automated)
Diffstat (limited to 'pkg/abi')
-rw-r--r-- | pkg/abi/linux/file.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/abi/linux/file.go b/pkg/abi/linux/file.go index 615e72646..7d742871a 100644 --- a/pkg/abi/linux/file.go +++ b/pkg/abi/linux/file.go @@ -178,6 +178,8 @@ const ( // Values for preadv2/pwritev2. const ( + // Note: gVisor does not implement the RWF_HIPRI feature, but the flag is + // accepted as a valid flag argument for preadv2/pwritev2. RWF_HIPRI = 0x00000001 RWF_DSYNC = 0x00000002 RWF_SYNC = 0x00000004 |