diff options
author | Peng Tao <bergwolf@gmail.com> | 2013-07-15 14:27:14 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-07-23 19:24:04 (GMT) |
commit | 4b1a25f06b30b203b35c227b163c8191b091dad8 (patch) | |
tree | 96a98f1c2c315f3237602913b64403dc708241c7 /MAINTAINERS | |
parent | 9147dc8d54a1c15f407aca3beeae5797d0b47d1b (diff) | |
download | linux-fsl-qoriq-4b1a25f06b30b203b35c227b163c8191b091dad8.tar.xz |
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>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions