Whamcloud - gitweb
LU-8629 obdclass: Fix error exit loop in cl_env_percpu_init 35/22635/4
authorSandhya Bankar <bankarsandhya512@gmail.com>
Tue, 20 Sep 2016 16:03:42 +0000 (12:03 -0400)
committerOleg Drokin <oleg.drokin@intel.com>
Mon, 26 Sep 2016 15:18:46 +0000 (15:18 +0000)
commitcf5882e6d381c18ec07d53a38010fcf2eb0d754d
tree93a15483d6b5cbb4aa2e5630e1e53431b1f4d048
parenta653adc01d71f890d1b2b6549f34afb409485bf5
LU-8629 obdclass: Fix error exit loop in cl_env_percpu_init

Clearly we should be using the loop counter j, not loop bound i
in the cleanup loop there.

Change-Id: I84a682846e7bdfc93786ab47ea3c0603f2849860
Signed-off-by: Oleg Drokin <oleg.drokin@intel.com>
Reviewed-on: http://review.whamcloud.com/22635
Reviewed-by: James Simmons <uja.ornl@yahoo.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
lustre/obdclass/cl_object.c