diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2012-02-07 16:29:36 -0800 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2012-09-21 03:13:15 -0700 |
commit | b29f7751c9a880e842e48f421daf313b997ddd65 (patch) | |
tree | 272336a7eb1374a68999551f26bdb4efe60fa054 /init | |
parent | 305d3d0dbc22aa62fa4d8b9224826fd8c7104bc5 (diff) | |
download | op-kernel-dev-b29f7751c9a880e842e48f421daf313b997ddd65.zip op-kernel-dev-b29f7751c9a880e842e48f421daf313b997ddd65.tar.gz |
userns: Convert ntfs to use kuid and kgid where appropriate
Cc: Anton Altaparmakov <anton@tuxera.com>
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/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index 90c9e06..0f65a02 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -949,7 +949,6 @@ config UIDGID_CONVERTED depends on NCP_FS = n depends on NFSD = n depends on NFS_FS = n - depends on NTFS_FS = n depends on OCFS2_FS = n depends on OMFS_FS = n depends on QNX4FS_FS = n |