diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2013-02-02 06:59:11 -0800 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2013-02-13 06:15:34 -0800 |
commit | 4277bbf750d95a4c86925fa8f8956568b4912d43 (patch) | |
tree | e51e773d41895be0b51a1834424e54dfeecd1d7b /init | |
parent | 9ff593c4739c76c31ffdf7f2a1d67489ece728e6 (diff) | |
download | linux-3.10-4277bbf750d95a4c86925fa8f8956568b4912d43.tar.gz linux-3.10-4277bbf750d95a4c86925fa8f8956568b4912d43.tar.bz2 linux-3.10-4277bbf750d95a4c86925fa8f8956568b4912d43.zip |
nfs: Enable building with user namespaces enabled.
Now that the kuids and kgids conversion have propogated
through net/sunrpc/ and the fs/nfs/ it is safe to enable
building nfs 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')
-rw-r--r-- | init/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index b526f4c35b9..d7b926abe91 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -1073,7 +1073,6 @@ config UIDGID_CONVERTED # Filesystems depends on CIFS = n depends on NFSD = n - depends on NFS_FS = n depends on XFS_FS = n config UIDGID_STRICT_TYPE_CHECKS |