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