summaryrefslogtreecommitdiff
path: root/src/core/mount-setup.c
diff options
context:
space:
mode:
authorCristian Rodríguez <crrodriguez@opensuse.org>2015-01-23 13:25:30 -0300
committerLennart Poettering <lennart@poettering.net>2015-01-23 19:10:28 +0100
commitcb708b1c6d970cc2376fb2c7c24b479f6f129594 (patch)
treec9f7b07db43b1868eed9f09c6eae6ee16d25ce77 /src/core/mount-setup.c
parent66b0e0e0e3652227fe107ab9d09fa14fd4bc4dfa (diff)
mount-setup: Do not bother with /proc/bus/usb
Current systemd requires kernel >= 3.7 per the README file but CONFIG_USB_DEVICEFS disappeared from the kernel in upstream commit fb28d58b72aa9215b26f1d5478462af394a4d253 (kernel 3.5-rc1)
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 5919f770c..521545e5c 100644
--- a/src/core/mount-setup.c
+++ b/src/core/mount-setup.c
@@ -120,8 +120,6 @@ static const MountPoint mount_table[] = {
static const char ignore_paths[] =
/* SELinux file systems */
"/sys/fs/selinux\0"
- /* Legacy kernel file system */
- "/proc/bus/usb\0"
/* Container bind mounts */
"/proc/sys\0"
"/dev/console\0"