Whamcloud - gitweb
LU-4669 type: change "%llx" to "LPX64” 32/12432/2
authorJian Yu <jian.yu@intel.com>
Mon, 27 Oct 2014 07:44:44 +0000 (00:44 -0700)
committerOleg Drokin <oleg.drokin@intel.com>
Thu, 6 Nov 2014 18:41:25 +0000 (18:41 +0000)
commitf214942cac27836cd4f359999af12f3cec60f820
tree4e667b1cbad461ba37a0cd406c6182bf62dc201a
parent64899f6c4d00eaa4eee2996555f8dd0e668fa04f
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'

This patch is back-ported from the following one:
Lustre-commit: f1eaf5e99aa9093b7a0fac7ae11e741560f64c31
Lustre-change: http://review.whamcloud.com/9811

Signed-off-by: Jian Yu <jian.yu@intel.com>
Change-Id: I0637f2c0a1e57cf8ab89d8fe9c905145724fded3
Reviewed-on: http://review.whamcloud.com/12432
Tested-by: Jenkins
Reviewed-by: John L. Hammond <john.hammond@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Jinshan Xiong <jinshan.xiong@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@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