Fixes the Coverity Scan Report:
CID 717243: Uninitialized scalar field (UNINIT_CTOR)
2. uninit_member: Non-static class member cmapv is not initialized in this constructor nor in any functions that it calls.
Signed-off-by: Jos Collin <jcollin@redhat.com>
public:
EMetaBlob metablob;
bufferlist client_map; // encoded map<__u32,entity_inst_t>
- version_t cmapv;
+ version_t cmapv{0};
EImportStart(MDLog *log, dirfrag_t di, vector<dirfrag_t>& b, mds_rank_t f) :
LogEvent(EVENT_IMPORTSTART),