mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Correct FS_IOC_GETFLAGS value
The previous value was for unix PiperOrigin-RevId: 333571962
This commit is contained in:
@@ -115,7 +115,7 @@ const (
|
||||
|
||||
// Constants from uapi/linux/fs.h.
|
||||
const (
|
||||
FS_IOC_GETFLAGS = 2147771905
|
||||
FS_IOC_GETFLAGS = 2148034049
|
||||
FS_VERITY_FL = 1048576
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user