Whamcloud - gitweb
LU-2675 llapi: find_param cleanup part I 03/10103/2
authorJohn L. Hammond <john.hammond@intel.com>
Fri, 25 Apr 2014 17:05:43 +0000 (12:05 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Tue, 6 May 2014 03:33:04 +0000 (03:33 +0000)
commit97708a7a54413ab0dbd12e92dd6d2fba040b054b
treebe7d8aee66a3c6c78b78ae49a1e819590c7578b8
parent9c096264c14c70e88e38ee1de9b05b494491fd28
LU-2675 llapi: find_param cleanup part I

Add fp_ prefixes to several (dev,type,{u,g}id,{a,c,m}time,...,depth)
members of struct find_param. Remove the unused print_fmt
member. Remove the llapi internal arrays llapi_dir_filetype_table[]
and llapi_filetype_dir_table[] replacing their uses with IFTODT() and
DTTOIF().

Signed-off-by: John L. Hammond <john.hammond@intel.com>
Change-Id: I0c24d8075493b814f3d3824f48b64d4b088928c5
Reviewed-on: http://review.whamcloud.com/10103
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Bob Glossman <bob.glossman@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
lustre/include/lustre/lustreapi.h
lustre/utils/lfs.c
lustre/utils/liblustreapi.c