Correct FS_IOC_GETFLAGS value

The previous value was for unix

PiperOrigin-RevId: 333571962
This commit is contained in:
Chong Cai
2020-09-24 12:29:35 -07:00
committed by gVisor bot
parent 2a10bc1e43
commit 90d9d0e7bd
+1 -1
View File
@@ -115,7 +115,7 @@ const (
// Constants from uapi/linux/fs.h.
const (
FS_IOC_GETFLAGS = 2147771905
FS_IOC_GETFLAGS = 2148034049
FS_VERITY_FL = 1048576
)