summaryrefslogtreecommitdiffstats
path: root/src/mds/StrayManager.h
diff options
context:
space:
mode:
authoramitkuma <amitkuma@redhat.com>2017-08-01 18:01:28 +0200
committeramitkuma <amitkuma@redhat.com>2017-08-02 16:55:11 +0200
commitfcc07c3ddc03bb64306dff032a765832dee23584 (patch)
tree2e8c47495b8e2205d08396b54a157d8df1d6171e /src/mds/StrayManager.h
parentMerge pull request #16741 from liewegas/wip-more-doc-links (diff)
downloadceph-fcc07c3ddc03bb64306dff032a765832dee23584.tar.xz
ceph-fcc07c3ddc03bb64306dff032a765832dee23584.zip
mds: Removing unused variables from StrayManager
Fixed: ** CID 1402142 (#1 of 1): Uninitialized scalar field (UNINIT_CTOR) 2. uninit_member: Non-static class member ops_allowance is not initialized in this constructor nor in any functions that it calls. Signed-off-by: Amit Kumar amitkuma@redhat.com
Diffstat (limited to 'src/mds/StrayManager.h')
-rw-r--r--src/mds/StrayManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mds/StrayManager.h b/src/mds/StrayManager.h
index 54629ee046b..b5b7d73a17e 100644
--- a/src/mds/StrayManager.h
+++ b/src/mds/StrayManager.h
@@ -63,7 +63,7 @@ class StrayManager
/**
* Completion handler for a Filer::purge on a stray inode.
*/
- void _purge_stray_purged(CDentry *dn, uint32_t ops, bool only_head);
+ void _purge_stray_purged(CDentry *dn, bool only_head);
void _purge_stray_logged(CDentry *dn, version_t pdv, LogSegment *ls);