]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
common: fix constructer member type of hobject mismatch
authorxie xingguo <xie.xingguo@zte.com.cn>
Tue, 12 Apr 2016 08:19:27 +0000 (16:19 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Sat, 23 Apr 2016 01:11:25 +0000 (09:11 +0800)
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/common/hobject.h

index 0cc96fb3670028f2448bcf788f50100aa5f1656a..d295cf7b60ba1613386e637c9df42b89f9045533 100644 (file)
@@ -92,7 +92,7 @@ public:
     build_hash_cache();
   }
 
-  hobject_t(object_t oid, const string& key, snapid_t snap, uint64_t hash,
+  hobject_t(object_t oid, const string& key, snapid_t snap, uint32_t hash,
            int64_t pool, string nspace)
     : oid(oid), snap(snap), hash(hash), max(false),
       pool(pool), nspace(nspace),