userns: Convert stat to return values mapped from kuids and kgids
authorEric W. Biederman <ebiederm@xmission.com>
Thu, 9 Feb 2012 17:10:30 +0000 (09:10 -0800)
committerEric W. Biederman <ebiederm@xmission.com>
Tue, 15 May 2012 21:08:35 +0000 (14:08 -0700)
- Store uids and gids with kuid_t and kgid_t in struct kstat
- Convert uid and gids to userspace usable values with
  from_kuid and from_kgid

Acked-by: Serge Hallyn <serge.hallyn@canonical.com>
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>

No differences found