diff options
author | Sage Weil <sage@redhat.com> | 2014-12-09 22:44:16 +0100 |
---|---|---|
committer | Sage Weil <sage@redhat.com> | 2014-12-20 16:17:39 +0100 |
commit | e68d77166cf86fa63a52b29ed8afbee352768d36 (patch) | |
tree | 89aee0b95e42ac2d712bd9f17d4ba83b5bca3689 /src/osd/PGBackend.h | |
parent | osd: clean up scrub method debug output (diff) | |
download | ceph-e68d77166cf86fa63a52b29ed8afbee352768d36.tar.xz ceph-e68d77166cf86fa63a52b29ed8afbee352768d36.zip |
osd: drop vestigal invalid_snapcolls fields from scrub
This isn't used. Snapcolls are ancient.
Signed-off-by: Sage Weil <sage@redhat.com>
Diffstat (limited to 'src/osd/PGBackend.h')
-rw-r--r-- | src/osd/PGBackend.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/osd/PGBackend.h b/src/osd/PGBackend.h index 8b6c397750c..3b9f2532356 100644 --- a/src/osd/PGBackend.h +++ b/src/osd/PGBackend.h @@ -599,7 +599,6 @@ map<hobject_t, set<pg_shard_t> > &missing, map<hobject_t, set<pg_shard_t> > &inconsistent, map<hobject_t, pg_shard_t> &authoritative, - map<hobject_t, set<pg_shard_t> > &invalid_snapcolls, int &shallow_errors, int &deep_errors, const spg_t& pgid, const vector<int> &acting, |