aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorEric W. Biederman <ebiederm@xmission.com>2012-02-07 19:28:28 -0500
committerEric W. Biederman <ebiederm@xmission.com>2013-02-13 09:15:13 -0500
commit1ac7fd8190b79c822631ed537186fb8b2d9e9b74 (patch)
treede88733bf16f6ed670e0de354dded191ae844717 /init
parent0f07bd3753e25c80fe24428273c791f350b3a1eb (diff)
ncpfs: Support interacting with multiple user namespaces
ncpfs does not natively support uids and gids so this conversion was simply a matter of updating the the type of the mounteduid, the uid and the gid on the superblock. Fixing the ioctls that read them, updating the mount option parser and the mount option printer. Cc: Petr Vandrovec <petr@vandrovec.name> Acked-by: Serge Hallyn <serge.hallyn@canonical.com> Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 591fc75710b3..b526f4c35b95 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 NCP_FS = n
1076 depends on NFSD = n 1075 depends on NFSD = n
1077 depends on NFS_FS = n 1076 depends on NFS_FS = n
1078 depends on XFS_FS = n 1077 depends on XFS_FS = n