chiark / gitweb /
mount-setup: Do not bother with /proc/bus/usb
authorCristian Rodríguez <crrodriguez@opensuse.org>
Fri, 23 Jan 2015 16:25:30 +0000 (13:25 -0300)
committerLennart Poettering <lennart@poettering.net>
Fri, 23 Jan 2015 18:10:28 +0000 (19:10 +0100)
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)

src/core/mount-setup.c

index 5919f770c743386d5086bedb734898d352497103..521545e5ce04f7dc554e5338904b132c2ca360bd 100644 (file)
@@ -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"