summaryrefslogtreecommitdiffstats
path: root/xlators/features/locks/src
diff options
context:
space:
mode:
authorAnand V. Avati <avati@amp.gluster.com>2009-04-23 11:20:17 +0530
committerAnand V. Avati <avati@amp.gluster.com>2009-04-23 11:20:17 +0530
commitb6f634f602559cfe0c4609f16c9f33a32243b578 (patch)
tree0b462d4fa4ad0ba3f142f06b60435f1052f26fe1 /xlators/features/locks/src
parentd886ceb9cbf45434ea0218f0098862daafb26ecb (diff)
fix build warning in locks translator
Diffstat (limited to 'xlators/features/locks/src')
-rw-r--r--xlators/features/locks/src/internal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/locks/src/internal.c b/xlators/features/locks/src/internal.c
index 6fcb1550c..5bdaeac70 100644
--- a/xlators/features/locks/src/internal.c
+++ b/xlators/features/locks/src/internal.c
@@ -71,7 +71,7 @@ release_inode_locks_of_transport (xlator_t *this,
"releasing lock on %s held by "
"{transport=%p, pid=%"PRId64"}",
path, trans,
- (long long) l->client_pid);
+ (uint64_t) l->client_pid);
if (path)
FREE (path);