summaryrefslogtreecommitdiff
path: root/src/core/mount-setup.c
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2017-08-30 07:49:50 +0200
committerSven Eden <yamakuzure@gmx.net>2017-08-30 07:49:50 +0200
commitef5a8c7aa11fe727f531d90fb679608dfc22599a (patch)
tree47147754810a89ee8881622877731a2131074c57 /src/core/mount-setup.c
parent311b1ceb2cc3e69130c46b0485b2c55a1b166d62 (diff)
Prep v235: Apply pending upstream updates in src/core [2/4]
Diffstat (limited to 'src/core/mount-setup.c')
-rw-r--r--src/core/mount-setup.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/mount-setup.c b/src/core/mount-setup.c
index cccec07ec..a2c5ea1a9 100644
--- a/src/core/mount-setup.c
+++ b/src/core/mount-setup.c
@@ -121,8 +121,6 @@ static const MountPoint mount_table[] = {
{ "efivarfs", "/sys/firmware/efi/efivars", "efivarfs", NULL, MS_NOSUID|MS_NOEXEC|MS_NODEV,
is_efi_boot, MNT_NONE },
#endif
- { "xenfs", "/proc/xen", "xenfs", NULL, MS_NOSUID|MS_NOEXEC|MS_NODEV,
- NULL, MNT_NONE },
#else
{ "cgroup", "/sys/fs/cgroup/elogind", "cgroup", "none,name=elogind,release_agent="SYSTEMD_CGROUP_AGENT_PATH",xattr", MS_NOSUID|MS_NOEXEC|MS_NODEV,
cg_is_legacy_wanted, MNT_IN_CONTAINER },