Whamcloud - gitweb
LU-4825 osp: rename variables to match /proc entry 32/16032/5
authorAndreas Dilger <andreas.dilger@intel.com>
Thu, 20 Aug 2015 05:58:25 +0000 (23:58 -0600)
committerOleg Drokin <oleg.drokin@intel.com>
Tue, 12 Jan 2016 02:44:55 +0000 (02:44 +0000)
commit05bf10903eba13db3d152f2725de56243123e7c5
tree2aeb0553e69b986627d7a0a314ebd52adcb3cfe1
parent9b09e38b5008af30c86854e77930fc85323079c5
LU-4825 osp: rename variables to match /proc entry

Rename the opd_pre_min_grow_count, opd_pre_max_grow_count,
opd_pre_grow_slow, and opd_pre_grow_count to opd_pre_min_create_count,
opd_pre_max_create_count, opd_pre_create_slow and opd_pre_create_count
respectively, for consistency with /proc files osp.*.max_create_count
and osp.*.create_count to make them easier to find, and also many
other internal functions are named "precreate" instead of "grow".

Signed-off-by: Andreas Dilger <andreas.dilger@intel.com>
Change-Id: I3a3ef3a0f13d593e9d0f8cedb53cc690528c0c7f
Reviewed-on: http://review.whamcloud.com/16032
Tested-by: Jenkins
Reviewed-by: Jian Yu <jian.yu@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/osp/lproc_osp.c
lustre/osp/osp_internal.h
lustre/osp/osp_precreate.c