]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osdc/Objecter: linger_register now acquires rwlock 3680/head
authorJason Dillaman <dillaman@redhat.com>
Thu, 5 Feb 2015 14:08:46 +0000 (09:08 -0500)
committerJason Dillaman <dillaman@redhat.com>
Thu, 5 Feb 2015 14:08:46 +0000 (09:08 -0500)
commit5b75e30431a1b54ea46948769f0afe670df217c8
tree0835297655c46315f52150067c9c8dcd547d37ea
parentb025fbfa22416ea05fe48a09d20cf22672fd3fc8
osdc/Objecter: linger_register now acquires rwlock

Previously linger_register just created a RWLock::Context
which does not result in the lock being acquired.

Fixes: #10827
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/osdc/Objecter.cc