]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: don't take mds_lock when doing journal operations 2391/head
authorYan, Zheng <ukernel@gmail.com>
Thu, 4 Sep 2014 02:58:27 +0000 (10:58 +0800)
committerYan, Zheng <ukernel@gmail.com>
Thu, 4 Sep 2014 03:31:01 +0000 (11:31 +0800)
commit41df414bfbb59c5c0d441ccac0495f740c09c1d6
treedcecc6400c97581d73a770de396f86ce1047d5bb
parenteadc352d4557d18eec0a854a479f512fb1357c58
mds: don't take mds_lock when doing journal operations

Now journaler and objecter have internal locks to protect themself, there is
no need to take the mds_lock before using journaler and objecter.

Signed-off-by: Yan, Zheng <zyan@redhat.com>
src/mds/MDLog.cc