diff options
author | gVisor bot <gvisor-bot@google.com> | 2019-07-17 21:56:23 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-07-17 21:56:23 +0000 |
commit | 98e79bec68fdbaa991bb2c489587714a191a1e58 (patch) | |
tree | 34cadf4c23a9395b4bba35e386b8f6831e91ceeb /pkg/abi | |
parent | 55b44419bc553cb248a9bf2011004454d7491d7a (diff) | |
parent | 8e3e021aca89427381af75a47f19b1fe78bf132e (diff) |
Merge 8e3e021a (automated)
Diffstat (limited to 'pkg/abi')
-rw-r--r-- | pkg/abi/linux/fs.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/abi/linux/fs.go b/pkg/abi/linux/fs.go index c82ab9b5b..549e0fb93 100644 --- a/pkg/abi/linux/fs.go +++ b/pkg/abi/linux/fs.go @@ -20,6 +20,7 @@ package linux const ( ANON_INODE_FS_MAGIC = 0x09041934 DEVPTS_SUPER_MAGIC = 0x00001cd1 + EXT_SUPER_MAGIC = 0xef53 OVERLAYFS_SUPER_MAGIC = 0x794c7630 PIPEFS_MAGIC = 0x50495045 PROC_SUPER_MAGIC = 0x9fa0 |