mirror of
https://github.com/ceph/ceph
synced 2024-12-18 01:16:55 +00:00
Merge pull request #16897 from amitkumar50/cov-MDentryLink-1
messages: Initialization of is_primary Reviewed-by: Greg Farnum <gfarnum@redhat.com>
This commit is contained in:
commit
2e58760e24
@ -20,7 +20,7 @@ class MDentryLink : public Message {
|
||||
dirfrag_t subtree;
|
||||
dirfrag_t dirfrag;
|
||||
string dn;
|
||||
bool is_primary;
|
||||
bool is_primary = false;
|
||||
|
||||
public:
|
||||
dirfrag_t get_subtree() { return subtree; }
|
||||
|
Loading…
Reference in New Issue
Block a user