Commit 08506f3
committed
mds/MDCache.h: init some members of open_ino_info_t in ctor
Fix for:
CID 1026809 (#1 of 1): Uninitialized scalar field (UNINIT_CTOR)
uninit_member: Non-static class member want_replica is not
initialized in this constructor nor in any functions that
it calls.
uninit_member: Non-static class member want_xlocked is not
initialized in this constructor nor in any functions that
it calls.
uninit_member: Non-static class member tid is not initialized
in this constructor nor in any functions that it calls.
uninit_member: Non-static class member pool is not initialized
in this constructor nor in any functions that it calls.
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>1 parent fc5093a commit 08506f3
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
894 | 894 | | |
895 | 895 | | |
896 | 896 | | |
897 | | - | |
| 897 | + | |
| 898 | + | |
898 | 899 | | |
899 | 900 | | |
900 | 901 | | |
| |||
0 commit comments