From: Eric W. Biederman Date: Mon, 14 Nov 2011 23:56:38 +0000 (-0800) Subject: userns: Convert group_info values from gid_t to kgid_t. X-Git-Tag: v3.5-rc1~107^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae2975bc3476243b45a1e2344236d7920c268f38;p=pandora-kernel.git userns: Convert group_info values from gid_t to kgid_t. As a first step to converting struct cred to be all kuid_t and kgid_t values convert the group values stored in group_info to always be kgid_t values. Unless user namespaces are used this change should have no effect. Acked-by: Serge Hallyn Signed-off-by: Eric W. Biederman --- Reading git-diff-tree failed