]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd/: find_object_context: return obc for head for snapdir if non null 6015/head
authorSamuel Just <sjust@redhat.com>
Thu, 17 Sep 2015 17:54:18 +0000 (10:54 -0700)
committerSamuel Just <sjust@redhat.com>
Thu, 17 Sep 2015 23:53:07 +0000 (16:53 -0700)
commit490938e3a9c663075d08d97757c86cee1244e18a
tree720d788e651f45b78cd5c92f03cf8d1d0cc928f0
parentb615f35a0445d9a1ce7cd4fed9dde4056fa0575c
osd/: find_object_context: return obc for head for snapdir if non null

The head obc may have an in progress operation holding a lock, we
need to block on the lock for ordering reasons.

Fixes: #13143
Signed-off-by: Samuel Just <sjust@redhat.com>
src/osd/ReplicatedPG.cc