]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: unregister newly added commands correctly 8408/head
authorxie xingguo <xie.xingguo@zte.com.cn>
Tue, 5 Apr 2016 02:12:24 +0000 (10:12 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Tue, 5 Apr 2016 04:47:14 +0000 (12:47 +0800)
commit524f8e6ca57c358e8e218420f6c49485ca708f15
tree4851a5d38328480c3dbb3930014da5fd57c4f7d1
parentda27c33b69a7a0751d560b26837708b8dbba0d91
mds: unregister newly added commands correctly

These commands are registered in the set_up_admin_socket() method,
but don't get unregistered correctly in the clean_up_admin_socket(),
which is not very appropriate.

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/mds/MDSDaemon.cc