staging: lustre: convert kernelcomm group to unsigned int
authorJames Simmons <jsimmons@infradead.org>
Wed, 23 Dec 2015 21:24:45 +0000 (16:24 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 3 Feb 2016 22:20:14 +0000 (14:20 -0800)
commit16b376bbef5167783721d10fc633d8f2e698274c
treef47bcfbfc78fbfdb6da6cbdfc2f48062e7960cd6
parent17328956b0a232c2b50e8e20a078542242759047
staging: lustre: convert kernelcomm group to unsigned int

The group variable was converted to an unsigned int in
libcfs_kkuc_group_add() to avoid a potential overflow.
The variable group is used in other kernelcomm functions
so it makes sense to convert the rest of the group
variables to unsigned int.

Signed-off-by: James Simmons <jsimmons@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/include/lustre_kernelcomm.h
drivers/staging/lustre/lustre/obdclass/kernelcomm.c