From 90d9d0e7bded652b8de4d48b1ca8b5a771b6a0d9 Mon Sep 17 00:00:00 2001 From: Chong Cai Date: Thu, 24 Sep 2020 12:27:34 -0700 Subject: Correct FS_IOC_GETFLAGS value The previous value was for unix PiperOrigin-RevId: 333571962 --- pkg/abi/linux/ioctl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/abi') 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 ) -- cgit v1.2.3