]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osdc/Objecter: fix tick() session locking
authorSage Weil <sage@redhat.com>
Fri, 10 Oct 2014 23:36:40 +0000 (16:36 -0700)
committerSage Weil <sage@redhat.com>
Fri, 10 Oct 2014 23:36:40 +0000 (16:36 -0700)
commit72a2ab138b1a8e26366d9be1f7cb5383c2019e65
treea51cf08107828cfd691a0cc04006c727c413f881
parent75fc54bf9ee2afbfb8ade187edc6ca63768d6094
osdc/Objecter: fix tick() session locking

We need to take the session read lock before traversing the ops lists.

Fixes: #9706
Signed-off-by: Sage Weil <sage@redhat.com>
src/osdc/Objecter.cc