Skip to content

Commit

Permalink
Merge pull request #10553 from songbaisen/c3
Browse files Browse the repository at this point in the history
osd:  remove the redundant clear method in consume_map function

Reviewed-by: Loic Dachary <ldachary@redhat.com>
  • Loading branch information
tchaikov committed Nov 25, 2016
2 parents 9139bba + 9731121 commit 92f1e89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/osd/OSD.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7377,7 +7377,6 @@ void OSD::consume_map()
_remove_pg(&**i);
(*i)->unlock();
}
to_remove.clear();

service.expand_pg_num(service.get_osdmap(), osdmap);

Expand Down

0 comments on commit 92f1e89

Please sign in to comment.