]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: drop MDSIOContext on mds->stopping
authorJohn Spray <john.spray@redhat.com>
Thu, 18 Jun 2015 10:08:05 +0000 (11:08 +0100)
committerJohn Spray <john.spray@redhat.com>
Thu, 25 Jun 2015 15:19:24 +0000 (16:19 +0100)
commitf2daa19c8d5a61f032db87f7ae844340549c2351
treefd32dbf5611b09319e6a324d0544929795f0a530
parentae387b65779afb6407c949ff00554835c7033ac0
mds: drop MDSIOContext on mds->stopping

`stopping` is true once the MDS has entered suicide().  During
this phase, any MDSIOContexts that are called (e.g. from objecter,
journaler) become no-ops.

Signed-off-by: John Spray <john.spray@redhat.com>
src/mds/MDSContext.cc