]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd/ReplicatedPG: don't check order in finish_proxy_write
authorZhiqiang Wang <zhiqiang.wang@intel.com>
Fri, 24 Apr 2015 08:35:47 +0000 (16:35 +0800)
committerSamuel Just <sjust@redhat.com>
Tue, 18 Aug 2015 18:25:22 +0000 (11:25 -0700)
commitab39e03d598854a3c2fc974d4b48840fc0bacb37
tree62e9f4ce209d1c6998e8b5618fbea373ca78bbc2
parent7e27e6152652e44168dcdb814717253b6c5b146a
osd/ReplicatedPG: don't check order in finish_proxy_write

When proxy write comes back from base tier, the write op may or may not
sit at the front of the list.

Signed-off-by: Zhiqiang Wang <zhiqiang.wang@intel.com>
src/osd/ReplicatedPG.cc