Whamcloud - gitweb
LU-4669 type: change "%llx" to "LPX64” 11/9811/4
authorJian Yu <jian.yu@intel.com>
Wed, 16 Apr 2014 08:04:57 +0000 (16:04 +0800)
committerOleg Drokin <oleg.drokin@intel.com>
Thu, 24 Apr 2014 15:47:28 +0000 (15:47 +0000)
commitf1eaf5e99aa9093b7a0fac7ae11e741560f64c31
treee5779873dd82249b2f874046fcae907916df9bb6
parent0b1cacf1414c3d3bf8a4b246f9b2037a41772e95
LU-4669 type: change "%llx" to "LPX64”

This patch fixes the following compile errors by using "LPX64”:
error: format '%llx' expects type 'long long unsigned int',
       but argument 5 has type '__u64'
error: format '%#llx' expects type 'long long unsigned int',
       but argument 3 has type '__u64'

Signed-off-by: Jian Yu <jian.yu@intel.com>
Change-Id: Ica703160923e5f2b987217d97e623fe16eb667ad
Reviewed-on: http://review.whamcloud.com/9811
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: John L. Hammond <john.hammond@intel.com>
lustre/include/darwin/lustre_lite.h
lustre/ldlm/ldlm_flock.c
lustre/ldlm/ldlm_request.c
lustre/liblustre/super.c
lustre/osc/osc_lock.c
lustre/utils/lhsmtool_posix.c