Skip to content

Commit

Permalink
Merge pull request #30417 from pdvian/wip-41852-mimic
Browse files Browse the repository at this point in the history
mimic: mds: make MDSIOContextBase delete itself when shutting down

Reviewed-by: Venky Shankar <vshankar@redhat.com>
  • Loading branch information
yuriw committed Oct 10, 2019
2 parents 0e42c78 + 0a71086 commit ff7c3bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mds/MDSContext.cc
Expand Up @@ -106,6 +106,7 @@ void MDSIOContextBase::complete(int r) {
if (mds->is_daemon_stopping()) {
dout(4) << "MDSIOContextBase::complete: dropping for stopping "
<< typeid(*this).name() << dendl;
MDSContext::complete(r);
return;
}

Expand Down

0 comments on commit ff7c3bf

Please sign in to comment.