]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ReplicatedPG: remove long-dead branch
authorGreg Farnum <greg@inktank.com>
Mon, 26 Aug 2013 21:38:30 +0000 (14:38 -0700)
committerGreg Farnum <greg@inktank.com>
Wed, 28 Aug 2013 00:00:44 +0000 (17:00 -0700)
commit37bba41be6cc195629753f5ca844776233d332d1
tree3c2b03abbcc986892566f21c29a7fad0d87193aa
parentf400816471802276262fa89eb5449be945e33d41
ReplicatedPG: remove long-dead branch

This was confusing the heck out of me when trying to figure out
why I was hitting an assert. So replace the if-else block with
a more appropriate assert and don't include any misleading calls
to prepare_transaction() from sub_op_modify().

Signed-off-by: Greg Farnum <greg@inktank.com>
src/osd/ReplicatedPG.cc