From: Eric W. Biederman Date: Wed, 30 Jan 2013 20:11:45 +0000 (-0800) Subject: 9p: Allow building 9p with user namespaces enabled. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=4fa814be258169caef51e320b8b06cb3b139d4a0;p=linux-beck.git 9p: Allow building 9p with user namespaces enabled. Now that the uid_t -> kuid_t, gid_t -> kgid_t conversion has been completed in 9p allow 9p to be built when user namespaces are enabled. Cc: Eric Van Hensbergen Cc: Ron Minnich Cc: Latchesar Ionkov Signed-off-by: "Eric W. Biederman" --- diff --git a/init/Kconfig b/init/Kconfig index 7170d549159a..394d24f99efe 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -1070,11 +1070,7 @@ config UIDGID_CONVERTED bool default y - # Networking - depends on NET_9P = n - # Filesystems - depends on 9P_FS = n depends on AFS_FS = n depends on CIFS = n depends on CODA_FS = n