ceph: Convert struct ceph_mds_request to use kuid_t and kgid_t
authorEric W. Biederman <ebiederm@xmission.com>
Thu, 31 Jan 2013 12:01:53 +0000 (04:01 -0800)
committerEric W. Biederman <ebiederm@xmission.com>
Tue, 12 Feb 2013 11:19:26 +0000 (03:19 -0800)
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>

No differences found