diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2012-02-10 11:45:03 -0800 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2012-09-21 03:13:14 -0700 |
commit | f303bdc55e9e74890eadc836c1edd8b5c21a7b89 (patch) | |
tree | 17e476a7131aac4ab69a12ed12397b0ed03919e5 /init/Kconfig | |
parent | 1a0a994ebe851206d02469782da6c1f9a0547d7d (diff) | |
download | linux-f303bdc55e9e74890eadc836c1edd8b5c21a7b89.tar.gz linux-f303bdc55e9e74890eadc836c1edd8b5c21a7b89.tar.xz |
userns: Convert minix to use kuid/kgid where appropriate
Acked-by: Serge Hallyn <serge.hallyn@canonical.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 80edba85ece1..c69e085ea810 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -946,7 +946,6 @@ config UIDGID_CONVERTED depends on HPFS_FS = n depends on JFFS2_FS = n depends on JFS_FS = n - depends on MINIX_FS = n depends on NCP_FS = n depends on NFSD = n depends on NFS_FS = n |