]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: move BatchOp to separate translation unit 24794/head
authorPatrick Donnelly <pdonnell@redhat.com>
Wed, 17 Jul 2019 19:30:38 +0000 (12:30 -0700)
committerXuehan Xu <xxhdx1985126@163.com>
Tue, 20 Aug 2019 02:10:05 +0000 (10:10 +0800)
commitd10fe17809c273dbb278eff02e1ea96005d03107
treebbe6d862a5c9917fffb3f4c9ad4af2d3aa592c24
parent8c1bbe19e4f0623ba6caa72c8502cf2cde148e0e
mds: move BatchOp to separate translation unit

To simplify logging and reduce coupling. Also a few other miscellaneous
refactorings.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/mds/BatchOp.cc [new file with mode: 0644]
src/mds/BatchOp.h [new file with mode: 0644]
src/mds/CDentry.h
src/mds/CInode.h
src/mds/CMakeLists.txt
src/mds/MDCache.cc
src/mds/Server.cc