Whamcloud - gitweb
LU-5577 mdc: fix comparison between signed and unsigned 79/11379/17
authorDmitry Eremin <dmitry.eremin@intel.com>
Wed, 29 Oct 2014 11:37:08 +0000 (14:37 +0300)
committerOleg Drokin <oleg.drokin@intel.com>
Tue, 4 Nov 2014 17:59:41 +0000 (17:59 +0000)
commite8f3345b595cad78e64204582c478915f538b0cc
tree2191d2b76d40d1d8746b972a3bef24fb699818e2
parent945c25419afee0935bff8619df45f8e3df13fa23
LU-5577 mdc: fix comparison between signed and unsigned

Change type of client_obd->*_mds_*size from int to __u32 and
argumanets of related create/rename/setattr functions.
Change type of op_data->op_namelen to size_t.
Change type of argument size for all mdc_*_pack() to size_t.

Signed-off-by: Dmitry Eremin <dmitry.eremin@intel.com>
Change-Id: I97f4fa6928c24fa416c334206c75f9885266b1ae
Reviewed-on: http://review.whamcloud.com/11379
Tested-by: Jenkins
Reviewed-by: John L. Hammond <john.hammond@intel.com>
Reviewed-by: Fan Yong <fan.yong@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/include/obd.h
lustre/include/obd_class.h
lustre/llite/llite_internal.h
lustre/llite/llite_lib.c
lustre/lmv/lmv_intent.c
lustre/lmv/lmv_obd.c
lustre/mdc/mdc_internal.h
lustre/mdc/mdc_lib.c
lustre/mdc/mdc_locks.c
lustre/mdc/mdc_reint.c
lustre/mdc/mdc_request.c