Fix for:
CID
1351706 (#1 of 1): Uninitialized scalar field (UNINIT_CTOR)
uninit_member: Non-static class member nid_last is not initialized
in this constructor nor in any functions that it calls.
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
fsid_fd(-1),
mounted(false),
coll_lock("KStore::coll_lock"),
+ nid_last(0),
nid_max(0),
throttle_ops(cct, "kstore_max_ops", cct->_conf->kstore_max_ops),
throttle_bytes(cct, "kstore_max_bytes", cct->_conf->kstore_max_bytes),