From: Peng Tao Date: Mon, 15 Jul 2013 14:27:14 +0000 (+0800) Subject: staging/lustre: fix build when CONFIG_UIDGID_STRICT_TYPE_CHECKS is on X-Git-Tag: v3.12-rc1~183^2~794 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b1a25f06b30b203b35c227b163c8191b091dad8;p=pandora-kernel.git staging/lustre: fix build when CONFIG_UIDGID_STRICT_TYPE_CHECKS is on kuid_t/kgid_t are wrappered when CONFIG_UIDGID_STRICT_TYPE_CHECKS is on. Lustre build is broken because we always treat them as plain __u32. The patch fixes it. Internally, Lustre always use __u32 uid/gid, and convert to kuid_t/kgid_t when necessary. Signed-off-by: Peng Tao Signed-off-by: Andreas Dilger Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed