From e5b64d68915ed04952cef2f5dcb3f3ccbb7cfa57 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 2 Mar 2021 13:04:04 +0100 Subject: sys/linux: update consts Update consts on upstream 7a7fd0de4a9804299793e564a555a49c1fc924cb. Remove termiox ioctls, they were removed in commit e0efb3168d34. --- sys/linux/filesystem.txt.const | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/linux/filesystem.txt.const') 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 -- cgit mrf-deployment