diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2013-01-31 04:07:20 -0800 |
---|---|---|
committer | Eric W. Biederman <ebiederm@xmission.com> | 2013-02-12 03:19:28 -0800 |
commit | d5ea055f1cc0ff6d4170c7f60f3cb5eb09d927bc (patch) | |
tree | 43b80157211479e386a69b78f452c10a755e2a3a /init | |
parent | bd2bae6a66df9261a39e47291b0a6b00cd0831e0 (diff) | |
download | linux-d5ea055f1cc0ff6d4170c7f60f3cb5eb09d927bc.tar.gz linux-d5ea055f1cc0ff6d4170c7f60f3cb5eb09d927bc.tar.bz2 linux-d5ea055f1cc0ff6d4170c7f60f3cb5eb09d927bc.zip |
ceph: Enable building when user namespaces are enabled.
Now that conversions happen from kuids and kgids when generating ceph
messages and conversion happen to kuids and kgids after receiving
celph messages, and all intermediate data structures store uids and
gids as type kuid_t and kgid_t it is safe to enable ceph with
user namespace support enabled.
Cc: Sage Weil <sage@inktank.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 c8c58bddfed3..7170d549159a 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -1076,7 +1076,6 @@ config UIDGID_CONVERTED # Filesystems depends on 9P_FS = n depends on AFS_FS = n - depends on CEPH_FS = n depends on CIFS = n depends on CODA_FS = n depends on GFS2_FS = n |