Skip to content

Commit

Permalink
Merge pull request ceph#2062 from somnathr/wip-sd-replicated-pg
Browse files Browse the repository at this point in the history
ReplicatedPG: Removed the redundant register_snapset_context call

Reviewed-by: Samuel Just <[email protected]>
  • Loading branch information
Samuel Just committed Jul 3, 2014
2 parents f21a017 + 0392ddb commit 9973d98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/osd/ReplicatedPG.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7114,7 +7114,6 @@ ObjectContextRef ReplicatedPG::get_object_context(const hobject_t& soid,
obc->ssc = get_snapset_context(
soid, true,
soid.has_snapset() ? attrs : 0);
register_snapset_context(obc->ssc);

populate_obc_watchers(obc);

Expand Down

0 comments on commit 9973d98

Please sign in to comment.