diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2013-01-31 17:36:56 -0800 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2013-02-13 06:14:32 -0800 |
commit | ecb528e3ea208750693731538411f86f78a4d965 (patch) | |
tree | 87f2780c10f1c9f899ae1aff15926c8ac5516a13 /init | |
parent | 488c8ef033c6409cd8d23bcd04eed2f56301836d (diff) | |
download | linux-3.10-ecb528e3ea208750693731538411f86f78a4d965.tar.gz linux-3.10-ecb528e3ea208750693731538411f86f78a4d965.tar.bz2 linux-3.10-ecb528e3ea208750693731538411f86f78a4d965.zip |
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')
-rw-r--r-- | init/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index f516d52f93c..9cb63c94cab 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -1076,7 +1076,6 @@ config UIDGID_CONVERTED depends on NCP_FS = n depends on NFSD = n depends on NFS_FS = n - depends on OCFS2_FS = n depends on XFS_FS = n config UIDGID_STRICT_TYPE_CHECKS |