From 7c923cf8d45b650c4251503c11e74653779c74c4 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 28 Mar 2018 14:42:02 +0200 Subject: sys/linux: add support for mounting filesystem images --- sys/linux/sys_amd64.const | 29 ----------------------------- 1 file changed, 29 deletions(-) (limited to 'sys/linux/sys_amd64.const') diff --git a/sys/linux/sys_amd64.const b/sys/linux/sys_amd64.const index f16120bfa..ab9ec5ce7 100644 --- a/sys/linux/sys_amd64.const +++ b/sys/linux/sys_amd64.const @@ -269,9 +269,6 @@ MFD_ALLOW_SEALING = 2 MFD_CLOEXEC = 1 MLOCK_ONFAULT = 1 MMAP_PAGE_ZERO = 1048576 -MNT_DETACH = 2 -MNT_EXPIRE = 4 -MNT_FORCE = 1 MODULE_INIT_IGNORE_MODVERSIONS = 1 MODULE_INIT_IGNORE_VERMAGIC = 2 MPOL_BIND = 2 @@ -289,31 +286,8 @@ MPOL_PREFERRED = 1 MREMAP_FIXED = 2 MREMAP_MAYMOVE = 1 MS_ASYNC = 1 -MS_BIND = 4096 -MS_DIRSYNC = 128 MS_INVALIDATE = 2 -MS_I_VERSION = 8388608 -MS_LAZYTIME = 33554432 -MS_MANDLOCK = 64 -MS_MOVE = 8192 -MS_NOATIME = 1024 -MS_NODEV = 4 -MS_NODIRATIME = 2048 -MS_NOEXEC = 8 -MS_NOSUID = 2 -MS_POSIXACL = 65536 -MS_PRIVATE = 262144 -MS_RDONLY = 1 -MS_REC = 16384 -MS_RELATIME = 2097152 -MS_REMOUNT = 32 -MS_SHARED = 1048576 -MS_SILENT = 32768 -MS_SLAVE = 524288 -MS_STRICTATIME = 16777216 MS_SYNC = 4 -MS_SYNCHRONOUS = 16 -MS_UNBINDABLE = 131072 NT_386_IOPERM = 513 NT_386_TLS = 512 NT_AUXV = 6 @@ -605,7 +579,6 @@ TFD_CLOEXEC = 524288 TFD_NONBLOCK = 2048 TFD_TIMER_ABSTIME = 1 TIMER_ABSTIME = 1 -UMOUNT_NOFOLLOW = 8 WCONTINUED = 8 WEXITED = 4 WHOLE_SECONDS = 33554432 @@ -726,7 +699,6 @@ __NR_mlockall = 151 __NR_mmap = 9 # __NR_mmap2 is not set __NR_modify_ldt = 154 -__NR_mount = 165 __NR_move_pages = 279 __NR_mprotect = 10 __NR_mq_getsetattr = 245 @@ -846,7 +818,6 @@ __NR_timerfd_settime = 286 __NR_times = 100 __NR_tkill = 200 __NR_truncate = 76 -__NR_umount2 = 166 __NR_uname = 63 __NR_unlink = 87 __NR_unlinkat = 263 -- cgit mrf-deployment