commit | ab871b903e9095772c219b512d9eae96c4663a5d | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Thu Jan 31 03:40:12 2013 -0800 |
committer | Eric W. Biederman <ebiederm@xmission.com> | Tue Feb 12 03:19:25 2013 -0800 |
tree | a09142df515aa7c0acbe2045d7d093e8f912ac50 | |
parent | 05cb11c17e892f0e131b6c2ba25d63221aafbd11 [diff] |
ceph: Translate inode uid and gid attributes to/from kuids and kgids. - In fill_inode() transate uids and gids in the initial user namespace into kuids and kgids stored in inode->i_uid and inode->i_gid. - In ceph_setattr() if they have changed convert inode->i_uid and inode->i_gid into initial user namespace uids and gids for transmission. Cc: Sage Weil <sage@inktank.com> Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>