]> Pileus Git - ~andy/linux/commit
userns: userns: Remove UIDGID_STRICT_TYPE_CHECKS
authorEric W. Biederman <ebiederm@xmission.com>
Sat, 26 May 2012 00:37:55 +0000 (18:37 -0600)
committerEric W. Biederman <ebiederm@xmission.com>
Wed, 27 Nov 2013 04:55:33 +0000 (20:55 -0800)
commit261000a56b6382f597bcb12000f55c9ff26a1efb
tree5280a6706c24fea298faf82526166c28f86dc1de
parent41301ae78a99ead04ea42672a1ab72c6f44cc81d
userns:  userns: Remove UIDGID_STRICT_TYPE_CHECKS

Removing UIDGID_STRICT_TYPE_CHECKS simplifies the code and always
generates a compile error if the uids and kuids or gids and kgids are
mixed by accident.  Now that the appropriate conversions have been
placed throughout the kernel there is no longer a need for a mode where
we don't detect them as compile errors.

Acked-by: Serge Hallyn <serge.hallyn@canonical.com>
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
include/linux/posix_acl.h
include/linux/projid.h
include/linux/uidgid.h
init/Kconfig