From: Eric W. Biederman Date: Thu, 31 Jan 2013 11:40:12 +0000 (-0800) Subject: ceph: Translate inode uid and gid attributes to/from kuids and kgids. X-Git-Tag: v3.9-rc1~85^2~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab871b903e9095772c219b512d9eae96c4663a5d;p=pandora-kernel.git 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 Signed-off-by: "Eric W. Biederman" --- Reading git-diff-tree failed