]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: MDRequest: rename to MDRequestImpl, and declare MDRequestRef
authorGreg Farnum <greg@inktank.com>
Fri, 7 Mar 2014 23:58:11 +0000 (15:58 -0800)
committerGreg Farnum <greg@inktank.com>
Fri, 4 Apr 2014 17:39:58 +0000 (10:39 -0700)
commitf773307ec9fe82f48a3d5566e817a559ce5ee059
tree31bbd48d6f1c6a74e897e3759e49065f7ee9bcb8
parentfd235cddf1bb85f281bce6b13d8fdf66bf331938
mds: MDRequest: rename to MDRequestImpl, and declare MDRequestRef

We're switching the MDRequest to be used as a shared pointer. This is the
first step on the path to inserting an OpTracker into the MDS.
Give the MDRequestImpl a weak_ptr self_ref so that we can keep
using the elist for now.

Signed-off-by: Greg Farnum <greg@inktank.com>
src/mds/Mutation.cc
src/mds/Mutation.h
src/mds/Server.cc
src/mds/SessionMap.h