From 6d81d3be1bcba81a68086f2a17561d13e1f844e6 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Sun, 19 Apr 2015 13:59:12 -0500 Subject: procfs: do not test for the existence of /proc/filesystems The test for the existence of /proc/filesystems is redundant since we always return success. --- init.d/procfs.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'init.d') diff --git a/init.d/procfs.in b/init.d/procfs.in index 888f0620..ae6c8596 100644 --- a/init.d/procfs.in +++ b/init.d/procfs.in @@ -18,8 +18,6 @@ start() modprobe -q usbcore fi - [ -e /proc/filesystems ] || return 0 - # Setup Kernel Support for miscellaneous Binary Formats if [ -d /proc/sys/fs/binfmt_misc -a ! -e /proc/sys/fs/binfmt_misc/register ]; then if grep -qs binfmt_misc /proc/filesystems; then -- cgit v1.2.3