]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: replace MDS::*_done calls with contexts
authorJohn Spray <john.spray@redhat.com>
Mon, 29 Jun 2015 10:58:07 +0000 (11:58 +0100)
committerJohn Spray <john.spray@redhat.com>
Fri, 3 Jul 2015 10:57:45 +0000 (11:57 +0100)
commitd58d7b59a9abac7228e542f0faf6b7d8a3adb05d
treeebe4b34348bf44216c5bf29f529203ae9ce4d424
parentc5ec0e1cd8b4727f3ce1de9aa79a82c3e1c0e68b
mds: replace MDS::*_done calls with contexts

One less part of the MDS interface that's public, and
avoids the subsystems being coupled to the names of these
callback fns.

Signed-off-by: John Spray <john.spray@redhat.com>
src/mds/MDCache.cc
src/mds/MDCache.h
src/mds/MDS.cc
src/mds/MDS.h
src/mds/Server.cc
src/mds/Server.h