From d55cd22150683f19e879564bce4c85fef74a63cc Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 8 Feb 2017 17:00:07 -0500 Subject: [PATCH] osd/PG: drop bitwise arg to MissingLoc::rebuild() Signed-off-by: Sage Weil --- src/osd/PG.cc | 1 - src/osd/PG.h | 1 - 2 files changed, 2 deletions(-) diff --git a/src/osd/PG.cc b/src/osd/PG.cc index 54f9fd24ca54..fda242b9237e 100644 --- a/src/osd/PG.cc +++ b/src/osd/PG.cc @@ -4941,7 +4941,6 @@ void PG::merge_new_log_entries( for (auto &&i: entries) { missing_loc.rebuild( i.soid, - get_sort_bitwise(), pg_whoami, actingbackfill, info, diff --git a/src/osd/PG.h b/src/osd/PG.h index bb7ecc9b50de..3c2f0aa995d8 100644 --- a/src/osd/PG.h +++ b/src/osd/PG.h @@ -448,7 +448,6 @@ public: /// Call to update structures for hoid after a change void rebuild( const hobject_t &hoid, - bool sort_bitwise, pg_shard_t self, const set to_recover, const pg_info_t &info, -- 2.47.3