]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osdc: Don't pass mutex into ObjectCacher::_wait_for_write.
authorJianpeng Ma <jianpeng.ma@intel.com>
Thu, 5 Feb 2015 02:13:06 +0000 (10:13 +0800)
committerLoic Dachary <ldachary@redhat.com>
Sun, 6 Sep 2015 12:07:54 +0000 (14:07 +0200)
commit5c4f152efa8e8f57c59ea7decc05ae1a34f2a9ee
treeb4ad695e91c978f7f467c12a2b66172051b6c04d
parent86e7698a19745c26b9d3e7a12a16c87ea9a5d565
osdc: Don't pass mutex into ObjectCacher::_wait_for_write.

Because the mutex is the same as ObjectCacher::lock.

Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com>
(cherry picked from commit d7cf7aeea5cba1ffa8e51ff1ad2424b1ec161a12)
src/client/Client.cc
src/librbd/ImageCtx.cc
src/osdc/ObjectCacher.cc
src/osdc/ObjectCacher.h
src/test/osdc/object_cacher_stress.cc