diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2021-03-02 13:04:04 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-03-02 17:23:20 +0100 |
| commit | e5b64d68915ed04952cef2f5dcb3f3ccbb7cfa57 (patch) | |
| tree | 2912b3338a58d86e283dc116ac02f3a069b77c81 /sys/linux/filesystem.txt.const | |
| parent | aff16d3fed742e27093858a70f8bd5cbf6f0dedd (diff) | |
sys/linux: update consts
Update consts on upstream 7a7fd0de4a9804299793e564a555a49c1fc924cb.
Remove termiox ioctls, they were removed in commit e0efb3168d34.
Diffstat (limited to 'sys/linux/filesystem.txt.const')
| -rw-r--r-- | sys/linux/filesystem.txt.const | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/linux/filesystem.txt.const b/sys/linux/filesystem.txt.const index 7e0e4cb06..f6cbdb675 100644 --- a/sys/linux/filesystem.txt.const +++ b/sys/linux/filesystem.txt.const @@ -18,13 +18,13 @@ FSPICK_CLOEXEC = 1 MNT_DETACH = 2 MNT_EXPIRE = 4 MNT_FORCE = 1 +MOUNT_ATTR_IDMAP = 1048576 MOUNT_ATTR_NODEV = 4 MOUNT_ATTR_NODIRATIME = 128 MOUNT_ATTR_NOEXEC = 8 MOUNT_ATTR_NOSUID = 2 MOUNT_ATTR_RDONLY = 1 MOUNT_ATTR__ATIME = 112 -MOUNT_ATTR_IDMAP = 1048576 MOVE_MOUNT_F_AUTOMOUNTS = 2 MOVE_MOUNT_F_EMPTY_PATH = 4 MOVE_MOUNT_F_SYMLINKS = 1 @@ -63,7 +63,7 @@ __NR_fsmount = 432, mips64le:5432 __NR_fsopen = 430, mips64le:5430 __NR_fspick = 433, mips64le:5433 __NR_mount = 21, amd64:165, arm64:riscv64:40, mips64le:5160 +__NR_mount_setattr = 442, mips64le:5442 __NR_move_mount = 429, mips64le:5429 __NR_open_tree = 428, mips64le:5428 -__NR_mount_setattr = 442, mips64le:5442 __NR_umount2 = 52, amd64:166, arm64:riscv64:39, mips64le:5161 |
