diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-09-24 19:33:32 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-09-24 19:33:32 +0000 |
commit | e1a3213468269c59cc16d50fb6aea2ebf6663086 (patch) | |
tree | 5fb6af01912e714b6b2f5e1b4d1fe562454ba556 /pkg/abi/linux | |
parent | 45f13df67185e6a44f756911626dfc946962513e (diff) | |
parent | 90d9d0e7bded652b8de4d48b1ca8b5a771b6a0d9 (diff) |
Merge release-20200914.0-155-g90d9d0e7b (automated)
Diffstat (limited to 'pkg/abi/linux')
-rw-r--r-- | pkg/abi/linux/ioctl.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/abi/linux/ioctl.go b/pkg/abi/linux/ioctl.go index 3356a2b4a..dc9ac7e7c 100644 --- a/pkg/abi/linux/ioctl.go +++ b/pkg/abi/linux/ioctl.go @@ -115,7 +115,7 @@ const ( // Constants from uapi/linux/fs.h. const ( - FS_IOC_GETFLAGS = 2147771905 + FS_IOC_GETFLAGS = 2148034049 FS_VERITY_FL = 1048576 ) |