]> git.karo-electronics.de Git - linux-beck.git/commitdiff
userns: Allow the usernamespace support to build after the removal of usbfs
authorEric W. Biederman <ebiederm@xmission.com>
Wed, 8 Feb 2012 00:31:49 +0000 (16:31 -0800)
committerEric W. Biederman <ebiederm@xmission.com>
Fri, 3 Aug 2012 15:28:01 +0000 (08:28 -0700)
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>
init/Kconfig

index af6c7f8ba019ae25519f858850b2637b1fc76c8e..364b38dc8c35eb18385f232dd4ada0f44fb47963 100644 (file)
@@ -963,7 +963,6 @@ config UIDGID_CONVERTED
        depends on ATALK = n
 
        # Filesystems
-       depends on USB_DEVICEFS = n
        depends on USB_GADGETFS = n
        depends on USB_FUNCTIONFS = n
        depends on DEVTMPFS = n