]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: clear waiting_for_head when we pull the head; set skipped if we do
authorSage Weil <sage@newdream.net>
Thu, 4 Dec 2008 18:07:43 +0000 (10:07 -0800)
committerSage Weil <sage@newdream.net>
Thu, 4 Dec 2008 18:09:45 +0000 (10:09 -0800)
commit7d3293505e8556d2efc02be8cebf64ba12b3cbbf
tree6c9908e903e9b455336f0ec37d165478c763b9b9
parentb711ed10f4e6bdbeb22cfe80d525d5d1444341a2
osd: clear waiting_for_head when we pull the head; set skipped if we do

Need to ++skipped if we skip because we're waiting for the head
or else we'll incorrectly advanced requested_to.

Clear waiting_for_head entry when we pull a head we're waiting for.
src/osd/ReplicatedPG.cc