userns: On alpha modify linux_to_osf_stat to use convert from kuids and kgids
authorEric W. Biederman <ebiederm@xmission.com>
Sat, 11 Aug 2012 19:07:24 +0000 (12:07 -0700)
committerEric W. Biederman <ebiederm@xmission.com>
Fri, 21 Sep 2012 10:13:29 +0000 (03:13 -0700)
commitf31389d50817c9a99c3ea81fbb2e3789e303cfe8
tree767f59175ccb6307acd28ad61178bc4690bdef4f
parent6c1ee033591ada69805a4a10108f28bbc0d67281
userns: On alpha modify linux_to_osf_stat to use convert from kuids and kgids

Silencing build errors and potentially allowing people to use osf
system calls in from processes running in a non-default user namespace.

It seems this stat call was missed in my first round of converting the
stat system calls, bother.

Cc: Richard Henderson <rth@twiddle.net>
Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
Cc: Matt Turner <mattst88@gmail.com>
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
arch/alpha/kernel/osf_sys.c