e7a346
From 6dbeac0371f3f2b42c0b428ba9f95b4ac3bc889d Mon Sep 17 00:00:00 2001
e7a346
From: Xavi Hernandez <xhernandez@redhat.com>
e7a346
Date: Thu, 8 Nov 2018 18:42:26 +0100
e7a346
Subject: [PATCH 444/444] features/shard: fix formatting warning
e7a346
e7a346
BUG: 1603118
e7a346
Change-Id: I6191351f824901a45416ffe7610ad2b964645012
e7a346
Signed-off-by: Xavi Hernandez <xhernandez@redhat.com>
e7a346
Reviewed-on: https://code.engineering.redhat.com/gerrit/155395
e7a346
Tested-by: RHGS Build Bot <nigelb@redhat.com>
e7a346
Reviewed-by: Sunil Kumar Heggodu Gopala Acharya <sheggodu@redhat.com>
e7a346
---
e7a346
 xlators/features/shard/src/shard.c | 2 +-
e7a346
 1 file changed, 1 insertion(+), 1 deletion(-)
e7a346
e7a346
diff --git a/xlators/features/shard/src/shard.c b/xlators/features/shard/src/shard.c
e7a346
index fb88315..5b72399 100644
e7a346
--- a/xlators/features/shard/src/shard.c
e7a346
+++ b/xlators/features/shard/src/shard.c
e7a346
@@ -6832,7 +6832,7 @@ shard_priv_dump (xlator_t *this)
e7a346
                             gf_uint64_2human_readable (priv->block_size));
e7a346
         gf_proc_dump_write ("inode-count", "%d", priv->inode_count);
e7a346
         gf_proc_dump_write ("ilist_head", "%p", &priv->ilist_head);
e7a346
-        gf_proc_dump_write ("lru-max-limit", "%d", priv->lru_limit);
e7a346
+        gf_proc_dump_write ("lru-max-limit", "%" PRIu64, priv->lru_limit);
e7a346
 
e7a346
         return 0;
e7a346
 }
e7a346
-- 
e7a346
1.8.3.1
e7a346