userns: Replace user_ns_map_uid and user_ns_map_gid with from_kuid and from_kgid
authorEric W. Biederman <ebiederm@xmission.com>
Wed, 14 Mar 2012 22:24:19 +0000 (15:24 -0700)
committerEric W. Biederman <ebiederm@xmission.com>
Thu, 3 May 2012 10:28:39 +0000 (03:28 -0700)
commit76b6db010297d4928ab7b7e7c78dd982f413f0a4
tree0d8fef729548a4f266684c0b7e56e4a9ed14780f
parent078de5f706ece36afd73bb4b8283314132d2dfdf
userns: Replace user_ns_map_uid and user_ns_map_gid with from_kuid and from_kgid

These function are no longer needed replace them with their more useful equivalents.

Acked-by: Serge Hallyn <serge.hallyn@canonical.com>
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
include/linux/user_namespace.h
ipc/mqueue.c
kernel/signal.c
net/core/sock.c