Whamcloud - gitweb
LU-2675 llapi: find_param cleanup part II 51/12851/3
authorJohn L. Hammond <john.hammond@intel.com>
Mon, 27 Oct 2014 19:40:29 +0000 (14:40 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Thu, 18 Dec 2014 03:12:42 +0000 (03:12 +0000)
commit530763d717189fd57c48b352ba4d13a751a2ba64
tree45e01c5deaf522c8dc9e296c12ae6525818c8335
parent24c4f3a53b9ca5ec2c6f8c71e166f579d8838137
LU-2675 llapi: find_param cleanup part II

Add fp_ prefixes to the remaining members of struct find_param. Also
add underscores between words in several member names:
  obduuid -> fp_obd_uuid
  stripesize_units -> fp_stripe_size_units
  ...

Signed-off-by: John L. Hammond <john.hammond@intel.com>
Change-Id: Iaa62a6b44e2929f3925525a97fec0434243dec1b
Reviewed-on: http://review.whamcloud.com/12851
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com>
lustre/include/lustre/lustreapi.h
lustre/utils/lfs.c
lustre/utils/liblustreapi.c