commit | ff3d0046625c1b37df37beb8477135d44dae2823 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Thu Jan 31 04:01:53 2013 -0800 |
committer | Eric W. Biederman <ebiederm@xmission.com> | Tue Feb 12 03:19:26 2013 -0800 |
tree | 12bc59ac72e525d5f5dae65e28ebc1439efe0126 | |
parent | ab871b903e9095772c219b512d9eae96c4663a5d [diff] |
ceph: Convert struct ceph_mds_request to use kuid_t and kgid_t Hold the uid and gid for a pending ceph mds request using the types kuid_t and kgid_t. When a request message is finally created convert the kuid_t and kgid_t values into uids and gids in the initial user namespace. Cc: Sage Weil <sage@inktank.com> Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>