diff options
| author | Eric W. Biederman <ebiederm@xmission.com> | 2013-01-30 15:11:45 -0500 |
|---|---|---|
| committer | Eric W. Biederman <ebiederm@xmission.com> | 2013-02-12 06:19:35 -0500 |
| commit | 4fa814be258169caef51e320b8b06cb3b139d4a0 (patch) | |
| tree | b0042ff15b4b51479300c573c81331dbf7bf2d8d /init | |
| parent | d4ef4e3581044890e4a04607a4e8f42d3ebcf704 (diff) | |
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 | |||
| 1070 | bool | 1070 | bool |
| 1071 | default y | 1071 | default y |
| 1072 | 1072 | ||
| 1073 | # Networking | ||
| 1074 | depends on NET_9P = n | ||
| 1075 | |||
| 1076 | # Filesystems | 1073 | # Filesystems |
| 1077 | depends on 9P_FS = n | ||
| 1078 | depends on AFS_FS = n | 1074 | depends on AFS_FS = n |
| 1079 | depends on CIFS = n | 1075 | depends on CIFS = n |
| 1080 | depends on CODA_FS = n | 1076 | depends on CODA_FS = n |
