From: Eric W. Biederman Date: Sat, 26 May 2012 00:37:55 +0000 (-0600) Subject: userns: userns: Remove UIDGID_STRICT_TYPE_CHECKS X-Git-Tag: v3.14-rc1~97^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=261000a56b6382f597bcb12000f55c9ff26a1efb;p=pandora-kernel.git 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 Signed-off-by: Eric W. Biederman --- Reading git-diff-tree failed