ceph: Translate inode uid and gid attributes to/from kuids and kgids.
authorEric W. Biederman <ebiederm@xmission.com>
Thu, 31 Jan 2013 11:40:12 +0000 (03:40 -0800)
committerEric W. Biederman <ebiederm@xmission.com>
Tue, 12 Feb 2013 11:19:25 +0000 (03:19 -0800)
- 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>

No differences found