]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Revert "mount-setup: mount xenfs filesystem (#6491)" (#6662)
authorvliaskov <vliaskov@gmail.com>
Mon, 28 Aug 2017 16:46:01 +0000 (18:46 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 28 Aug 2017 16:46:01 +0000 (18:46 +0200)
This reverts commit b305bd3aab0446095bf28ffc28b3d908a7ace6b9.

src/core/mount-setup.c

index 1e366f1b631165cebd74772c0a12a19035bdfa41..b343bb7e099eeec02a881217dddad522d87a8659 100644 (file)
@@ -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,