diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2013-02-02 10:00:40 -0500 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2013-02-13 09:16:10 -0500 |
commit | c9617a44b39d75b2098283d56355d02d4d5bee8b (patch) | |
tree | 9d09745ccef79632c6915b57e216082bb3c3a470 /init/Kconfig | |
parent | 6fab877900030ba3ae11928efb6087589f1e514c (diff) |
nfsd: Enable building with user namespaces enabled.
Now that the kuids and kgids conversion have propogated
through net/sunrpc/ and the fs/nfsd/ it is safe to enable
building nfsd when user namespaces are enabled.
Cc: "J. Bruce Fields" <bfields@fieldses.org>
Cc: Trond Myklebust <Trond.Myklebust@netapp.com>
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index d7b926abe91f..69c5ccce55e7 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -1072,7 +1072,6 @@ config UIDGID_CONVERTED | |||
1072 | 1072 | ||
1073 | # Filesystems | 1073 | # Filesystems |
1074 | depends on CIFS = n | 1074 | depends on CIFS = n |
1075 | depends on NFSD = n | ||
1076 | depends on XFS_FS = n | 1075 | depends on XFS_FS = n |
1077 | 1076 | ||
1078 | config UIDGID_STRICT_TYPE_CHECKS | 1077 | config UIDGID_STRICT_TYPE_CHECKS |