From: vliaskov Date: Mon, 28 Aug 2017 16:46:01 +0000 (+0200) Subject: Revert "mount-setup: mount xenfs filesystem (#6491)" (#6662) X-Git-Tag: v235~226 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c24adfd46aac12ec23fd17f6b5a3113546902d0;p=thirdparty%2Fsystemd.git Revert "mount-setup: mount xenfs filesystem (#6491)" (#6662) This reverts commit b305bd3aab0446095bf28ffc28b3d908a7ace6b9. --- diff --git a/src/core/mount-setup.c b/src/core/mount-setup.c index 1e366f1b631..b343bb7e099 100644 --- a/src/core/mount-setup.c +++ b/src/core/mount-setup.c @@ -115,8 +115,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 }, }; /* These are API file systems that might be mounted by other software,