commit | d5ea055f1cc0ff6d4170c7f60f3cb5eb09d927bc | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Thu Jan 31 04:07:20 2013 -0800 |
committer | Eric W. Biederman <ebiederm@xmission.com> | Tue Feb 12 03:19:28 2013 -0800 |
tree | 43b80157211479e386a69b78f452c10a755e2a3a | |
parent | bd2bae6a66df9261a39e47291b0a6b00cd0831e0 [diff] |
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>