From: Samuel Just Date: Fri, 22 Nov 2013 00:33:23 +0000 (-0800) Subject: hobject: admit that gen_t is actually version_t X-Git-Tag: v0.78~286^2~59 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c03d027cf820b302678412e9734b8fd1650d3d9e;p=ceph.git hobject: admit that gen_t is actually version_t Signed-off-by: Samuel Just --- diff --git a/src/common/hobject.h b/src/common/hobject.h index 4081ceb8f85..7b28ff28840 100644 --- a/src/common/hobject.h +++ b/src/common/hobject.h @@ -221,7 +221,7 @@ WRITE_CMP_OPERATORS_7(hobject_t, oid, snap) -typedef uint64_t gen_t; +typedef version_t gen_t; typedef uint8_t shard_t; #ifndef UINT8_MAX