1
0
mirror of https://github.com/ceph/ceph synced 2024-12-25 12:54:16 +00:00
ceph/src/mds
Sage Weil 091d16ab13 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 ( 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>
2012-10-19 09:06:06 -07:00
..
events mds: fix broken EMetablob inode_t* return value 2012-08-31 13:11:34 -07:00
Anchor.h
AnchorClient.cc
AnchorClient.h
AnchorServer.cc
AnchorServer.h
Capability.h mds: fix uninit Capability::last_issue 2012-09-29 01:12:53 -07:00
CDentry.cc mds: dentry always has dir 2012-09-28 17:56:34 -07:00
CDentry.h
CDir.cc mds: init CDir fields 2012-09-29 01:08:30 -07:00
CDir.h
CInode.cc mds: Avoid save unnecessary parent snaprealm 2012-10-02 11:23:54 -07:00
CInode.h mds: fix uninit field in CInode 2012-09-29 01:11:41 -07:00
Dumper.cc mds: fix fd leak in dumper 2012-09-29 01:14:58 -07:00
Dumper.h mds: fix uninit Dumper fields in ctor 2012-09-29 01:16:16 -07:00
flock.cc
flock.h
inode_backtrace.h
InoTable.cc
InoTable.h
journal.cc mds: Properly update dirty dir fragstat during log replay 2012-10-02 11:24:49 -07:00
LocalLock.h
Locker.cc mds: add assert to lock path 2012-09-29 01:17:21 -07:00
Locker.h
locks.c
locks.h
LogEvent.cc
LogEvent.h
LogSegment.h
MDBalancer.cc
MDBalancer.h
MDCache.cc mds: make migrate_stray() specify full path 2012-10-03 09:12:40 -07:00
MDCache.h mds: simplify get_dirfrag() 2012-09-29 01:27:33 -07:00
MDLog.cc
MDLog.h
mds_table_types.h
MDS.cc mds: explicitly queue messages for unconnected clients 2012-10-16 13:04:43 -07:00
MDS.h Merge remote-tracking branch 'gh/master' into wip-auth 2012-08-17 16:51:46 -07:00
MDSMap.cc
MDSMap.h mdsmap: init fields in ctor 2012-09-29 01:32:08 -07:00
MDSTable.cc
MDSTable.h
MDSTableClient.cc
MDSTableClient.h
MDSTableServer.cc
MDSTableServer.h
mdstypes.h mds: init in cap_reconnect_t ctor 2012-10-19 09:06:06 -07:00
Migrator.cc mds: Allow export subtrees in other MDS' stray directory 2012-10-02 11:24:48 -07:00
Migrator.h
Mutation.cc
Mutation.h
Resetter.cc
Resetter.h
ScatterLock.h
Server.cc mds: explicitly queue messages for unconnected clients 2012-10-16 13:04:43 -07:00
Server.h mds: do not return null dentry lease on getattr 2012-08-20 12:47:16 -07:00
SessionMap.cc
SessionMap.h mds: explicitly queue messages for unconnected clients 2012-10-16 13:04:43 -07:00
SimpleLock.h
snap.cc
snap.h
SnapClient.h
SnapServer.cc
SnapServer.h