diff options
author | Anand V. Avati <avati@amp.gluster.com> | 2009-04-23 11:20:17 +0530 |
---|---|---|
committer | Anand V. Avati <avati@amp.gluster.com> | 2009-04-23 11:20:17 +0530 |
commit | b6f634f602559cfe0c4609f16c9f33a32243b578 (patch) | |
tree | 0b462d4fa4ad0ba3f142f06b60435f1052f26fe1 /xlators | |
parent | d886ceb9cbf45434ea0218f0098862daafb26ecb (diff) |
fix build warning in locks translator
Diffstat (limited to 'xlators')
-rw-r--r-- | xlators/features/locks/src/internal.c | 2 |
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); |