diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2012-02-10 12:21:22 -0800 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2012-09-21 04:28:00 -0700 |
commit | 72235465864d84cedb2d9f26f8e1de824ee20339 (patch) | |
tree | bb33a1245140735a0bbeab6e895431b6965c7b1e /init | |
parent | c2ba138a27ddac4abbc931599dbce907c868910a (diff) |
userns: Convert the ufs filesystem to use kuid/kgid where appropriate
Cc: Evgeniy Dushistov <dushistov@mail.ru>
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 6f9819ac322b..577916d8c9d8 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -939,7 +939,6 @@ config UIDGID_CONVERTED depends on NFSD = n depends on NFS_FS = n depends on OCFS2_FS = n - depends on UFS_FS = n depends on XFS_FS = n config UIDGID_STRICT_TYPE_CHECKS |