]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: introduce Locker::wrlock_try()
authorYan, Zheng <zyan@redhat.com>
Fri, 26 Apr 2019 03:11:57 +0000 (11:11 +0800)
committerYan, Zheng <zyan@redhat.com>
Sat, 9 Nov 2019 03:03:15 +0000 (11:03 +0800)
commit06aca48e2b6ca6234631265834cfb50149be2752
treea8a9b0bf4cf5fd646d225e164430c91892e49c5c
parent7b8e289f0c0cf6040b91a670c03288b18b478fc3
mds: introduce Locker::wrlock_try()

So MDCache::predirty_journal_parents can avoid casting MutationRef
to MDRequestImpl.

Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
src/mds/Locker.cc
src/mds/Locker.h
src/mds/MDCache.cc