summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/lov/lov_offset.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-07-12 20:06:04 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-07-12 20:25:57 -0700
commitb0f5aad587ea1fc3563d056609ee54a961ee1256 (patch)
treef0a550dae77dcf8b11e69f362ad1ed92fe3555ad /drivers/staging/lustre/lustre/lov/lov_offset.c
parentf537dd2c3c59f47fab8e21d639a28228d8201d43 (diff)
downloadop-kernel-dev-b0f5aad587ea1fc3563d056609ee54a961ee1256.zip
op-kernel-dev-b0f5aad587ea1fc3563d056609ee54a961ee1256.tar.gz
staging: lustre: remove LPU64 define
Just use the proper modifier type... Cc: Andreas Dilger <andreas.dilger@intel.com> Cc: Oleg Drokin <oleg.drokin@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre/lustre/lov/lov_offset.c')
-rw-r--r--drivers/staging/lustre/lustre/lov/lov_offset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/lov/lov_offset.c b/drivers/staging/lustre/lustre/lov/lov_offset.c
index 9ed5c93..8e1c3ba 100644
--- a/drivers/staging/lustre/lustre/lov/lov_offset.c
+++ b/drivers/staging/lustre/lustre/lov/lov_offset.c
@@ -223,7 +223,7 @@ int lov_stripe_intersects(struct lov_stripe_md *lsm, int stripeno,
start_side = lov_stripe_offset(lsm, start, stripeno, obd_start);
end_side = lov_stripe_offset(lsm, end, stripeno, obd_end);
- CDEBUG(D_INODE, "["LPU64"->"LPU64"] -> [(%d) "LPU64"->"LPU64" (%d)]\n",
+ CDEBUG(D_INODE, "[%llu->%llu] -> [(%d) %llu->%llu (%d)]\n",
start, end, start_side, *obd_start, *obd_end, end_side);
/* this stripe doesn't intersect the file extent when neither
OpenPOWER on IntegriCloud