From: Kefu Chai Date: Thu, 16 Jul 2015 17:12:03 +0000 (+0800) Subject: cls: fix the build on i386 X-Git-Tag: v9.1.0~534^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F5266%2Fhead;p=ceph.git cls: fix the build on i386 this is a leftover of 0dae022 Signed-off-by: Kefu Chai --- diff --git a/src/cls/cephfs/cls_cephfs.h b/src/cls/cephfs/cls_cephfs.h index 3cee0db75e2c..d4a5f23811df 100644 --- a/src/cls/cephfs/cls_cephfs.h +++ b/src/cls/cephfs/cls_cephfs.h @@ -118,7 +118,7 @@ public: // Largest object seen uint64_t max_obj_size; // Highest mtime seen - time_t max_mtime; + int64_t max_mtime; AccumulateResult() : ceiling_obj_index(0), ceiling_obj_size(0), max_obj_size(0), max_mtime(0)