]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
osd/PG: drop bitwise arg to MissingLoc::rebuild()
authorSage Weil <sage@redhat.com>
Wed, 8 Feb 2017 22:00:07 +0000 (17:00 -0500)
committerSage Weil <sage@redhat.com>
Sat, 11 Feb 2017 15:45:16 +0000 (10:45 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
src/osd/PG.cc
src/osd/PG.h

index 54f9fd24ca545977974931fc36eb11de3a11c133..fda242b9237e9416b471c78eccf3f717bc90a37e 100644 (file)
@@ -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,
index bb7ecc9b50de5f6621774e8ff319c6f4f2b48390..3c2f0aa995d85c3ef6f7994403829c557f066813 100644 (file)
@@ -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<pg_shard_t> to_recover,
       const pg_info_t &info,