]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: init in cap_reconnect_t ctor
authorSage Weil <sage@inktank.com>
Fri, 19 Oct 2012 16:06:06 +0000 (09:06 -0700)
committerSage Weil <sage@inktank.com>
Fri, 19 Oct 2012 16:06:06 +0000 (09:06 -0700)
commit091d16ab13beb3becc42cc40209048b6f0f8df9a
tree4c12a7e544d7cbeab49a6581fc4b68196823860f
parent46054ce646314adad581a3cb88cdce6f1197ba4f
mds: init in cap_reconnect_t ctor

At (2): Non-static class member field "capinfo.cap_id" is not initialized in this constructor nor in any functions that it calls.
At (4): Non-static class member field "capinfo.wanted" is not initialized in this constructor nor in any functions that it calls.
At (6): Non-static class member field "capinfo.issued" is not initialized in this constructor nor in any functions that it calls.
At (8): Non-static class member field "capinfo.snaprealm" is not initialized in this constructor nor in any functions that it calls.
At (10): Non-static class member field "capinfo.pathbase" is not initialized in this constructor nor in any functions that it calls.
CID 717257 (#1 of 1): Uninitialized scalar field (UNINIT_CTOR)
At (12): Non-static class member field "capinfo.flock_len" is not initialized in this constructor nor in any functions that it calls.

Signed-off-by: Sage Weil <sage@inktank.com>
src/mds/mdstypes.h