From: Samuel Just Date: Fri, 9 Sep 2011 00:50:39 +0000 (-0700) Subject: PG.h: Initialize invalid_hash in Entry() X-Git-Tag: v0.35~54 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4281f02193539ee428cf98ad10a2277071ac341f;p=ceph.git PG.h: Initialize invalid_hash in Entry() Signed-off-by: Samuel Just --- diff --git a/src/osd/PG.h b/src/osd/PG.h index d5f810d5130..cdeb71c1fc0 100644 --- a/src/osd/PG.h +++ b/src/osd/PG.h @@ -372,7 +372,7 @@ public: bufferlist snaps; // only for clone entries bool invalid_hash; // only when decoding sobject_t based entries - Entry() : op(0) {} + Entry() : op(0), invalid_hash(false) {} Entry(int _op, const hobject_t& _soid, const eversion_t& v, const eversion_t& pv, const osd_reqid_t& rid, const utime_t& mt) :