Whamcloud - gitweb
LU-4974 lod: add prefix to struct lod_pool_iterator 45/10245/4
authorAndreas Dilger <andreas.dilger@intel.com>
Wed, 7 May 2014 06:51:47 +0000 (00:51 -0600)
committerOleg Drokin <oleg.drokin@intel.com>
Tue, 20 May 2014 04:50:31 +0000 (04:50 +0000)
commit64b1cfcacd15b05acd157c24ec626c361fc5e5d9
treea8fb78446e36fb9c24fc883c19a05b512011f721
parent6a2a17345af332af31d31c6c7b9ec369b17729e4
LU-4974 lod: add prefix to struct lod_pool_iterator

Add "lpi_" prefix to all fields in struct lod_pool_iterator (formerly
just "pool_iterator") so that the fields are easier to identify,
instead of having to grep for common names.

Fix up some CERROR() messages to be CDEBUG(), since they can be
printed under normal usage and are not very critical.

Signed-off-by: Andreas Dilger <andreas.dilger@intel.com>
Change-Id: I5d271eec836622401a59d30edd045e220e500c1e
Reviewed-on: http://review.whamcloud.com/10245
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com>
Reviewed-by: John L. Hammond <john.hammond@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/lod/lod_pool.c