aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lnet/selftest/rpc.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-07-12 18:41:09 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-07-12 18:41:09 -0700
commitf537dd2c3c59f47fab8e21d639a28228d8201d43 (patch)
tree8ab053707ab42fbc4f37495ba23f0cd47023a6a8 /drivers/staging/lustre/lnet/selftest/rpc.c
parentstaging: lustre: remove LPX64i define (diff)
downloadlinux-dev-f537dd2c3c59f47fab8e21d639a28228d8201d43.tar.xz
linux-dev-f537dd2c3c59f47fab8e21d639a28228d8201d43.zip
staging: lustre: remove LPD64 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/lnet/selftest/rpc.c')
-rw-r--r--drivers/staging/lustre/lnet/selftest/rpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lnet/selftest/rpc.c b/drivers/staging/lustre/lnet/selftest/rpc.c
index dbbbf0cab8e3..d5ccbc36902a 100644
--- a/drivers/staging/lustre/lnet/selftest/rpc.c
+++ b/drivers/staging/lustre/lnet/selftest/rpc.c
@@ -426,7 +426,7 @@ srpc_post_active_rdma(int portal, __u64 matchbits, void *buf, int len,
}
if (rc != 0) {
- CERROR ("LNet%s(%s, %d, "LPD64") failed: %d\n",
+ CERROR ("LNet%s(%s, %d, %lld) failed: %d\n",
((options & LNET_MD_OP_PUT) != 0) ? "Put" : "Get",
libcfs_id2str(peer), portal, matchbits, rc);