From: Eric W. Biederman Date: Thu, 31 Jan 2013 12:01:53 +0000 (-0800) Subject: ceph: Convert struct ceph_mds_request to use kuid_t and kgid_t X-Git-Tag: v3.9-rc1~85^2~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff3d0046625c1b37df37beb8477135d44dae2823;p=pandora-kernel.git 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 Signed-off-by: "Eric W. Biederman" --- Reading git-diff-tree failed