]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
client: switch to use ceph_mutex_is_locked_by_me always
authorXiubo Li <xiubli@redhat.com>
Fri, 7 Aug 2020 23:23:14 +0000 (07:23 +0800)
committerXiubo Li <xiubli@redhat.com>
Tue, 11 Aug 2020 01:29:49 +0000 (09:29 +0800)
commitcad3af63697b4e00875d217d2f2ae535b53ab5be
treea59a8c401b72a5a7b4557dd1414cbe2f79c268ef
parentc625a516350de993f99efc8c54cdc185e303d86b
client: switch to use ceph_mutex_is_locked_by_me always

There is one case if the client_lock is hold by another thread, the
check here will also be passed.

Fixes: https://tracker.ceph.com/issues/46868
Signed-off-by: Xiubo Li <xiubli@redhat.com>
src/client/Client.cc