commit | 4b1a25f06b30b203b35c227b163c8191b091dad8 | [log] [tgz] |
---|---|---|
author | Peng Tao <bergwolf@gmail.com> | Mon Jul 15 22:27:14 2013 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jul 23 12:24:04 2013 -0700 |
tree | 96a98f1c2c315f3237602913b64403dc708241c7 | |
parent | 9147dc8d54a1c15f407aca3beeae5797d0b47d1b [diff] |
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 <tao.peng@emc.com> Signed-off-by: Andreas Dilger <andreas.dilger@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>