diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2013-01-30 12:11:45 -0800 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2013-02-12 03:19:35 -0800 |
commit | 4fa814be258169caef51e320b8b06cb3b139d4a0 (patch) | |
tree | b0042ff15b4b51479300c573c81331dbf7bf2d8d /init | |
parent | d4ef4e3581044890e4a04607a4e8f42d3ebcf704 (diff) | |
download | linux-4fa814be258169caef51e320b8b06cb3b139d4a0.tar.bz2 |
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 <ericvh@gmail.com>
Cc: Ron Minnich <rminnich@gmail.com>
Cc: Latchesar Ionkov <lucho@ionkov.net>
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
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 |