Whamcloud - gitweb
LU-4669 type: change "%Lu" and "%Lx" to "LPU64” and "LPX64" 21/9921/2
authorJian Yu <jian.yu@intel.com>
Wed, 9 Apr 2014 14:01:14 +0000 (22:01 +0800)
committerOleg Drokin <oleg.drokin@intel.com>
Thu, 24 Apr 2014 15:47:04 +0000 (15:47 +0000)
commit0b1cacf1414c3d3bf8a4b246f9b2037a41772e95
tree39c016688269a6d4a2d9798e2ee53766fae408c1
parent392471b575ad15eb64a10e83e3080aeaf94bca9e
LU-4669 type: change "%Lu" and "%Lx" to "LPU64” and "LPX64"

"%Lu" and "%Lx" are not supported by standard C. This patch
fixes these formats with "LPU64" and "LPX64".

Signed-off-by: Jian Yu <jian.yu@intel.com>
Change-Id: Ic10346575161c55b299cce6576029c16d59fe60f
Reviewed-on: http://review.whamcloud.com/9921
Tested-by: Jenkins
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: John L. Hammond <john.hammond@intel.com>
lnet/klnds/gnilnd/gnilnd_aries.h
lustre/llite/file.c
lustre/obdclass/llog_test.c
lustre/osd-zfs/osd_index.c