Whamcloud - gitweb
LU-4629 obdclass: compile issues with variable not being initialized 05/10705/2
authorJames Simmons <uja.ornl@gmail.com>
Thu, 12 Jun 2014 21:27:26 +0000 (17:27 -0400)
committerOleg Drokin <oleg.drokin@intel.com>
Tue, 17 Jun 2014 04:01:15 +0000 (04:01 +0000)
commitee872ea24e7714af5828db65a44ea3f17a7645a7
treefd240efa393d9bb45e313e1ca5be796984c32b7c
parent4a540ca0c37a5302c9696b2b626cbb61384c60be
LU-4629 obdclass: compile issues with variable not being initialized

One of the versions of gcc I have refuses to build obd_mount.c due to
index not be initialized in function lmd_make_exclusion before it is
used.

Change-Id: Ib549e595492e647364441c5d96df86ec513ad6c6
Signed-off-by: James Simmons <uja.ornl@gmail.com>
Reviewed-on: http://review.whamcloud.com/10705
Reviewed-by: John L. Hammond <john.hammond@intel.com>
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Bob Glossman <bob.glossman@intel.com>
Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/obdclass/obd_mount.c