Skip to content

Commit

Permalink
Merge pull request ceph#21243 from majianpeng/osd-misc-cleanup
Browse files Browse the repository at this point in the history
osd/ReplicatedBackend: remove useless assert

Reviewed-by: Josh Durgin <[email protected]>
  • Loading branch information
jdurgin authored Oct 30, 2018
2 parents 636d05e + 5c5c7a5 commit c60bb22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/osd/ReplicatedBackend.cc
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,6 @@ void ReplicatedBackend::op_commit(
if (op->waiting_for_commit.empty()) {
op->on_commit->complete(0);
op->on_commit = 0;
ceph_assert(!op->on_commit);
in_progress_ops.erase(op->tid);
}
}
Expand Down

0 comments on commit c60bb22

Please sign in to comment.