commit | 0cfe53d3c3875e1dd565b30737cd5c6691c00188 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Tue Feb 07 16:28:39 2012 -0800 |
committer | Eric W. Biederman <ebiederm@xmission.com> | Fri Sep 21 03:13:33 2012 -0700 |
tree | 51079bb57feab17c32aa0477c6b67e85f023ae12 | |
parent | 0e1a43c71612cd0b6b50da03040c85fbf3d24211 [diff] |
userns: Convert jffs2 to use kuid and kgid where appropriate - General routine uid/gid conversion work - When storing posix acls treat ACL_USER and ACL_GROUP separately so I can call from_kuid or from_kgid as appropriate. - When reading posix acls treat ACL_USER and ACL_GROUP separately so I can call make_kuid or make_kgid as appropriate. Cc: David Woodhouse <dwmw2@infradead.org> Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>