From: Eric W. Biederman Date: Wed, 8 Feb 2012 00:31:49 +0000 (-0800) Subject: userns: Allow the usernamespace support to build after the removal of usbfs X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~49^2~106 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d755586052e3f3020f7ed25a83945ecd38a5613a;p=pandora-kernel.git 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 --- Reading git-diff-tree failed