aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorEric W. Biederman <ebiederm@xmission.com>2012-02-07 19:31:49 -0500
committerEric W. Biederman <ebiederm@xmission.com>2012-08-03 11:28:01 -0400
commitd755586052e3f3020f7ed25a83945ecd38a5613a (patch)
tree50ad5a9ee5dd1a6c091b8a10d5959e01b6ce466b /init
parent0d7614f09c1ebdbaa1599a5aba7593f147bf96ee (diff)
userns: Allow the usernamespace support to build after the removal of usbfs
The user namespace code has an explicit "depends on USB_DEVICEFS = n" dependency to prevent building code that is not yet user namespace safe. With the removal of usbfs from the kernel it is now impossible to satisfy the USB_DEFICEFS = n dependency and thus it is impossible to enable user namespace support in 3.5-rc1. So remove the now useless depedency. Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig
index af6c7f8ba019..364b38dc8c35 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -963,7 +963,6 @@ config UIDGID_CONVERTED
963 depends on ATALK = n 963 depends on ATALK = n
964 964
965 # Filesystems 965 # Filesystems
966 depends on USB_DEVICEFS = n
967 depends on USB_GADGETFS = n 966 depends on USB_GADGETFS = n
968 depends on USB_FUNCTIONFS = n 967 depends on USB_FUNCTIONFS = n
969 depends on DEVTMPFS = n 968 depends on DEVTMPFS = n