diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2013-01-31 20:36:56 -0500 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2013-02-13 09:14:32 -0500 |
commit | ecb528e3ea208750693731538411f86f78a4d965 (patch) | |
tree | 87f2780c10f1c9f899ae1aff15926c8ac5516a13 /init/Kconfig | |
parent | 488c8ef033c6409cd8d23bcd04eed2f56301836d (diff) |
ocfs2: Enable building with user namespaces enabled
Now that ocfs2 has been converted to store uids and gids in
kuid_t and kgid_t and all of the conversions have been added
to the appropriate places it is safe to allow building and
using ocfs2 with user namespace support enabled.
Cc: Mark Fasheh <mfasheh@suse.com>
Cc: Joel Becker <jlbec@evilplan.org>
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 f516d52f93c8..9cb63c94cab8 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -1076,7 +1076,6 @@ config UIDGID_CONVERTED | |||
1076 | depends on NCP_FS = n | 1076 | depends on NCP_FS = n |
1077 | depends on NFSD = n | 1077 | depends on NFSD = n |
1078 | depends on NFS_FS = n | 1078 | depends on NFS_FS = n |
1079 | depends on OCFS2_FS = n | ||
1080 | depends on XFS_FS = n | 1079 | depends on XFS_FS = n |
1081 | 1080 | ||
1082 | config UIDGID_STRICT_TYPE_CHECKS | 1081 | config UIDGID_STRICT_TYPE_CHECKS |