From: Sage Weil Date: Wed, 8 Feb 2017 22:00:07 +0000 (-0500) Subject: osd/PG: drop bitwise arg to MissingLoc::rebuild() X-Git-Tag: v12.0.1~427^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d55cd22150683f19e879564bce4c85fef74a63cc;p=ceph-ci.git osd/PG: drop bitwise arg to MissingLoc::rebuild() Signed-off-by: Sage Weil --- diff --git a/src/osd/PG.cc b/src/osd/PG.cc index 54f9fd24ca5..fda242b9237 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 bb7ecc9b50d..3c2f0aa995d 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,