From: huanwen ren Date: Tue, 18 Jul 2017 08:58:35 +0000 (+0800) Subject: mds: cleanup X-Git-Tag: v12.1.2~169^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0c368200939cca5c6c944fc88f00789ed0eb954f;p=ceph.git mds: cleanup Signed-off-by: huanwen ren --- diff --git a/src/mds/MDSDaemon.cc b/src/mds/MDSDaemon.cc index 29aa5c2ce178..6f3d34206ac6 100644 --- a/src/mds/MDSDaemon.cc +++ b/src/mds/MDSDaemon.cc @@ -765,8 +765,7 @@ int MDSDaemon::_handle_command( // We will send response before executing ss << "Exiting..."; *run_later = new SuicideLater(this); - } - else if (prefix == "respawn") { + } else if (prefix == "respawn") { // We will send response before executing ss << "Respawning..."; *run_later = new RespawnLater(this);